We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9db45e commit 2ff82ffCopy full SHA for 2ff82ff
2 files changed
.github/workflows/upgrade-bridge.yml
@@ -56,7 +56,7 @@ permissions:
56
pull-requests: write
57
58
env:
59
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PULUMI_PROVIDER_AUTOMATION_TOKEN || secrets.PULUMI_BOT_TOKEN || secrets.GITHUB_TOKEN }}
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
62
jobs:
.github/workflows/upgrade-provider.yml
@@ -21,7 +21,7 @@ permissions:
21
22
23
24
25
26
27
0 commit comments