Skip to content

Commit d4cc778

Browse files
committed
ci: rc job requires write permissions to repo
1 parent 026cfc5 commit d4cc778

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
@@ -17,6 +17,8 @@ jobs:
1717
name: Check Release Candidate
1818
if: github.event_name == 'push' && !startsWith(github.ref, 'refs/tags/') # on push to branches but not tags
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: write
2022
outputs:
2123
rc: ${{ steps.rc.outputs.new_release_published }}
2224
new_release_version: ${{ steps.rc.outputs.new_release_version }}

0 commit comments

Comments
 (0)