Skip to content

Commit

Permalink
test with invalid token
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Mar 6, 2024
1 parent 4d1d7c3 commit 5c72efb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:

- script: npx @chronus/github create-releases --repo azure/typespec-azure --publish-summary ./report-summary-temp.json
displayName: Create github releases
# env:
# GITHUB_TOKEN: "token $(azuresdk-github-pat)"
env:
# GITHUB_TOKEN: "$(azuresdk-github-pat)"
GITHUB_TOKEN: "testinvalid"

# - template: ./templates/install.yml
# parameters:
Expand Down

0 comments on commit 5c72efb

Please sign in to comment.