This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// 例: https://github.com/Atsumi3/AppManager | |
/// const _GITHUB_OWNER = "Atsumi3"; | |
/// const _GITHUB_REPOSITORY = "AppManager"; | |
const _GITHUB_OWNER = ""; | |
const _GITHUB_REPOSITORY = ""; | |
/// Permission: Read and Write -> actions variables and secrets | |
const _GITHUB_PAT = ""; |
OlderNewer