Skip to content

Commit ccd050a

Browse files
Hugo PerezHugo Perez
authored andcommitted
ci(github): add write permissions for release workflow
Add required permissions to allow the workflow to write contents and packages during release
1 parent 03d776d commit ccd050a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
packages: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
with:

0 commit comments

Comments
 (0)