Skip to content

Commit 2d8c53c

Browse files
Include release action permissions (#12)
1 parent 73e31ce commit 2d8c53c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
releases-matrix:
1010
name: Release Go Binary
1111
runs-on: ubuntu-latest
12+
permissions:
13+
id-token: write # To sign.
14+
contents: write # To upload release assets.
15+
actions: read # To read workflow path.
1216
strategy:
1317
fail-fast: false
1418
matrix:

0 commit comments

Comments
 (0)