Skip to content

Commit

Permalink
Merge pull request #49 from microsoft/constant-gull
Browse files Browse the repository at this point in the history
correct github_token in pipeline
  • Loading branch information
andreamah authored Jun 26, 2023
2 parents 8842d58 + dfb55f3 commit 536c2f8
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 536c2f8

Please sign in to comment.