Skip to content

Commit 1b9273f

Browse files
committed
add passphrase
1 parent 489630f commit 1b9273f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.CLI_RELEASE }}
7878
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
7979
GPG_KEY_PATH: ./gpg-private-key.asc
80+
NFPM_LINUX_PACKAGES_RPM_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8081

8182
- name: Clean up GPG key file
8283
run: |

0 commit comments

Comments
 (0)