Skip to content

Commit

Permalink
fix:Pipe secret through for debian packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Feb 6, 2025
1 parent 29f1061 commit bed47dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ jobs:
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NFPM_DEFAULT_RPM_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}
NFPM_DEFAULT_DEB_PASSPHRASE: ${{ secrets.RPM_GPG_PRIVATE_PASSWORD }}

- name: Remove .secrets directory
if: |
Expand Down

0 comments on commit bed47dd

Please sign in to comment.