Skip to content

Commit addd305

Browse files
committed
ci: Grant write permission to release job
1 parent f5353b3 commit addd305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
- test
6363
- lint
6464
runs-on: ubuntu-latest
65+
permissions:
66+
contents: write
6567
steps:
6668
- uses: actions/checkout@v3
6769
with:

0 commit comments

Comments
 (0)