Skip to content

Commit 1996870

Browse files
authored
Merge pull request #3261 from redpanda-data/DEVPROD-2732-add-release-permissions
gha: add permissions for goreleaser
2 parents 036af23 + b7793f4 commit 1996870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cross_build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
go-version: [oldstable, stable]
1414
os: [ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.os }}
16+
permissions:
17+
contents: write
1618
env:
1719
CGO_ENABLED: 0
1820
steps:

0 commit comments

Comments
 (0)