Skip to content

Commit 34dcd42

Browse files
committed
Add go_releaser GitHub action explicit permissions configuration
1 parent 3be5990 commit 34dcd42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go_releaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Go release
22

3+
permissions:
4+
contents: write
5+
actions: write
6+
id-token: write
7+
38
on:
49
push:
510
tags:

0 commit comments

Comments
 (0)