Skip to content

Commit

Permalink
build: fix aur_key
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 10, 2023
1 parent 65b34a3 commit c34ef73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

name: goreleaser

on:
Expand All @@ -20,5 +22,4 @@ jobs:
fury_token: ${{ secrets.FURY_TOKEN }}
nfpm_gpg_key: ${{ secrets.NFPM_GPG_KEY }}
nfpm_passphrase: ${{ secrets.NFPM_PASSPHRASE }}

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
aur_key: ${{ secrets.AUR_KEY }}

0 comments on commit c34ef73

Please sign in to comment.