Skip to content

Commit 7ff8783

Browse files
committed
chore: fix action permissions
1 parent eb0475f commit 7ff8783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write
15+
contents: write
16+
pull-requests: write
1517
steps:
1618
- name: Checkout Repo
1719
uses: actions/checkout@v4

0 commit comments

Comments
 (0)