Skip to content

Commit e379303

Browse files
committed
fix(ci): add permissions for GitHub release upload
Add contents:write and packages:write permissions to publish workflow to fix 'Resource not accessible by integration' error
1 parent 73eecbf commit e379303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
packages: write
1013
steps:
1114
- name: Checkout
1215
uses: actions/checkout@v6

0 commit comments

Comments
 (0)