Skip to content

Commit 515fd00

Browse files
authored
Merge pull request #277 from redis-performance/fix.release
Fixed artifact publishing GH action permissions.
2 parents 98aaf80 + 66289a7 commit 515fd00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/github-release-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ 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:
17+
fail-fast: false
1318
matrix:
1419
goos: [linux, darwin]
1520
goarch: [amd64, arm64]

0 commit comments

Comments
 (0)