Skip to content

Commit c7c6c66

Browse files
committed
fix(ci): add permissions
1 parent 4714c50 commit c7c6c66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
12+
permissions:
13+
contents: write
14+
packages: write
15+
1116
steps:
1217
- uses: actions/checkout@v3
1318
with:

0 commit comments

Comments
 (0)