Skip to content

Commit fba480c

Browse files
committed
chore: Fix action permissions
1 parent 180874e commit fba480c

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
@@ -3,10 +3,13 @@ on:
33
types: [ created ]
44
workflow_dispatch:
55

6+
67
jobs:
78
release:
89
name: release ${{ matrix.target }}
910
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1013
strategy:
1114
fail-fast: false
1215
matrix:

0 commit comments

Comments
 (0)