Skip to content

Commit 2ff82ff

Browse files
committed
Updated token name
pulumi/ci-mgmt#1128
1 parent d9db45e commit 2ff82ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upgrade-bridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ permissions:
5656
pull-requests: write
5757

5858
env:
59-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59+
GH_TOKEN: ${{ secrets.PULUMI_PROVIDER_AUTOMATION_TOKEN || secrets.PULUMI_BOT_TOKEN || secrets.GITHUB_TOKEN }}
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161

6262
jobs:

.github/workflows/upgrade-provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121
pull-requests: write
2222

2323
env:
24-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GH_TOKEN: ${{ secrets.PULUMI_PROVIDER_AUTOMATION_TOKEN || secrets.PULUMI_BOT_TOKEN || secrets.GITHUB_TOKEN }}
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
jobs:

0 commit comments

Comments
 (0)