Skip to content

Commit

Permalink
use PULUMI_BOT_TOKEN for release (#79)
Browse files Browse the repository at this point in the history
The BOT_GITHUB_TOKEN seems to be a classic PAT, which we no longer
allow to access repos in the pulumi org.  Switch this to the
PULUMI_BOT_TOKEN, which I *think* is a valid fine-grained PAT.
  • Loading branch information
tgummerer authored Dec 15, 2023
1 parent 440cb47 commit 2f75ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
- name: Chocolatey Package Deployment
run: |
make install
Expand Down

0 comments on commit 2f75ae3

Please sign in to comment.