Skip to content

Commit

Permalink
Merge pull request #277 from redis-performance/fix.release
Browse files Browse the repository at this point in the history
Fixed artifact publishing GH action permissions.
  • Loading branch information
dbsid authored Mar 10, 2023
2 parents 98aaf80 + 66289a7 commit 515fd00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
permissions:
id-token: write # To sign.
contents: write # To upload release assets.
actions: read # To read workflow path.
strategy:
fail-fast: false
matrix:
goos: [linux, darwin]
goarch: [amd64, arm64]
Expand Down

0 comments on commit 515fd00

Please sign in to comment.