Skip to content

Commit 572abd4

Browse files
Copilotmadkoding
andcommitted
Add contents:write permission to release job to fix 403 error
Co-authored-by: madkoding <333442+madkoding@users.noreply.github.com>
1 parent 0e39d13 commit 572abd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
needs: build
119119
runs-on: ubuntu-latest
120120
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
121+
permissions:
122+
contents: write
121123

122124
steps:
123125
- name: Download all artifacts

0 commit comments

Comments
 (0)