Skip to content

Commit

Permalink
Add AUR_KEY to goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak committed Feb 20, 2023
1 parent 604c626 commit 893786c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: GoReleaser
if: success()
env:
AUR_KEY: ${{ secrets.AUR_KEY }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ steps.generate_homebrew_token.outputs.token }}
Expand Down

0 comments on commit 893786c

Please sign in to comment.