Skip to content

Commit 0a338f1

Browse files
committed
Add permissions
1 parent 9b12c12 commit 0a338f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
needs: build
3030
if: startsWith(github.ref, 'refs/tags/')
3131
runs-on: ubuntu-latest
32+
permissions:
33+
contents: write
3234
steps:
3335
- uses: actions/checkout@v4
3436

0 commit comments

Comments
 (0)