Skip to content

Commit a48175d

Browse files
authored
Merge pull request #287 from redpanda-data/DEVPROD-2730-add-permissions
gha: add permissions to release
2 parents b42aceb + a01326f commit a48175d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
goreleaser:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- uses: actions/checkout@v4
1113
with:

0 commit comments

Comments
 (0)