Skip to content

Commit

Permalink
correct github_token in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamah committed Jun 26, 2023
1 parent 8842d58 commit dfb55f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ extends:
- script: npm i
displayName: Install dependencies
env:
TOKEN_GITHUB: $(github-token-public-repos)
GITHUB_TOKEN: $(github-token-public-repos)

publishPackage: ${{ parameters.publishPackage }}

0 comments on commit dfb55f3

Please sign in to comment.