From 2f75ae34f281de077a7fe19a5a836e8cab0d350c Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Fri, 15 Dec 2023 08:27:13 +0100 Subject: [PATCH] use PULUMI_BOT_TOKEN for release (#79) 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. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 351d275..0a37604 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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