Skip to content

Commit 47a059a

Browse files
authored
Merge pull request #3 from madkoding/copilot/fix-github-release-permissions
Add contents:write permission to release job
2 parents 8eef359 + 572abd4 commit 47a059a

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)