Closed DanySK closed 3 years ago
Currently, Orchid defaults to the githubToken environment variable to acquire the GitHub token for deployment. This plays a bit badly with the default actions settings, though. I suggest that Orchid searches for a token in the following order:
githubToken
ORG_GRADLE_PROJECT_githubToken
GITHUB_TOKEN
Currently, Orchid defaults to the
githubToken
environment variable to acquire the GitHub token for deployment. This plays a bit badly with the default actions settings, though. I suggest that Orchid searches for a token in the following order:githubToken
environment variable (backwards compatible)githubToken
project property (which is automatically mirrored by the environment variableORG_GRADLE_PROJECT_githubToken
)GITHUB_TOKEN
environment variable