Skip to content

Commit 931d66a

Browse files
committed
ci: add write permissions for contents in build workflow
1 parent 26666bd commit 931d66a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
create-tag:
4545
needs: test
4646
runs-on: ubuntu-latest
47+
permissions:
48+
contents: write
4749
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
4850

4951
steps:

0 commit comments

Comments
 (0)