Merge pull request #2729 from Marvin9/fix/token-name-inconsistency

feat: environment variables token name inconsistency
This commit is contained in:
Marcus Eide
2020-10-08 15:21:54 +02:00
committed by GitHub
8 changed files with 80 additions and 25 deletions
@@ -55,7 +55,7 @@ auth:
scaffolder:
github:
token:
$env: GITHUB_ACCESS_TOKEN
$env: GITHUB_TOKEN
visibility: public # or 'internal' or 'private'
catalog:
@@ -66,12 +66,12 @@ catalog:
providers:
- target: https://github.com
token:
$env: GITHUB_PRIVATE_TOKEN
$env: GITHUB_TOKEN
# Example for how to add your GitHub Enterprise instance:
# - target: https://ghe.example.net
# apiBaseUrl: https://ghe.example.net/api/v3
# token:
# $env: GHE_PRIVATE_TOKEN
# $env: GHE_TOKEN
locations:
# Backstage example components
- type: url