Skip to content

Commit 0b65af7

Browse files
committed
ci(github): add write permissions to contents
- grant write permissions to contents for the CI workflow - this is required for the release process to create tags and releases
1 parent ecac424 commit 0b65af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
release:
99
types: [created]
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)