Skip to content

Commit 9ef1261

Browse files
authored
Fix permissions on releases
1 parent f1977bc commit 9ef1261

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/releases.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1111
GO_VERSION: "1.22.3"
1212

13+
permissions:
14+
contents: write
15+
packages: write
16+
1317
jobs:
1418
releases:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)