Skip to content

Commit

Permalink
add passphrase for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 8, 2023
1 parent 242da04 commit 6dcd400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ci/deploy-rpm.sh

- name: Import GPG key
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --import
run: echo -e "${{ secrets.GPG_KEY }}" | gpg --batch --passphrase "${{ secrets.GPG_PASSPHRASE }}" --import

- name: Create deb repository
run: ci/deploy-deb.sh

0 comments on commit 6dcd400

Please sign in to comment.