build: fix aur_key

This commit is contained in:
Carlos Alexandro Becker
2023-08-10 17:13:50 +00:00
parent 65b34a366a
commit c34ef73e44

View File

@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: goreleaser
on:
@@ -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 }}