Skip to content

Commit fa2a6d9

Browse files
authored
Update workflow permissions (#495)
1 parent 612c657 commit fa2a6d9

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/alpha-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
uses: ./.github/workflows/release.yml
5656
permissions:
5757
contents: write
58+
pull-requests: write
5859
with:
5960
tag: ${{ needs.create-alpha-tag.outputs.tag }}

.github/workflows/beta-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ jobs:
4343
uses: ./.github/workflows/release.yml
4444
permissions:
4545
contents: write
46+
pull-requests: write
4647
with:
4748
tag: ${{ needs.create-beta-tag.outputs.tag }}

.github/workflows/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ jobs:
5959
uses: ./.github/workflows/release.yml
6060
permissions:
6161
contents: write
62+
pull-requests: write
6263
with:
6364
tag: ${{ needs.promote-beta-to-prod.outputs.tag }}

0 commit comments

Comments
 (0)