Skip to content

Commit

Permalink
fix:Make the signing key more widely available.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Feb 6, 2025
1 parent e3fa75e commit 89ad0a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,8 @@ jobs:
env:
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NFPM_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}
NFPM_DEFAULT_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}
NFPM_DEFAULT_RPM_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}
NFPM_DEFAULT_DEB_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}

Expand Down

0 comments on commit 89ad0a0

Please sign in to comment.