Skip to content

Commit

Permalink
Test Use GITHUB_TOKEN with elevated permissions #1128
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Nov 8, 2024
1 parent 41174c2 commit 6826f53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ on:
required: false
type: boolean
default: false

permissions:
contents: write
issues: write
pull-requests: write

env:
GH_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
upgrade_provider:
name: upgrade-provider
Expand Down

0 comments on commit 6826f53

Please sign in to comment.