Skip to content

Commit 293f841

Browse files
committed
Explicitly set token permission scope
1 parent 94f4232 commit 293f841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/packager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
name: "🚀 Release on tag"
9797
runs-on: ubuntu-latest
9898
needs: [translation]
99+
permissions:
100+
contents: write
99101

100102
if: startsWith(github.ref, 'refs/tags/')
101103

0 commit comments

Comments
 (0)