Skip to content

Commit

Permalink
Merge pull request #10 from MagaluCloud/test-release
Browse files Browse the repository at this point in the history
chore: set GPG_TTY environment variable for GPG import
  • Loading branch information
publi0 authored Jan 27, 2025
2 parents a80fe79 + 926baea commit 9db7b52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
if: steps.run-tests.outcome == 'success'
run: |
echo "${{ secrets.MAGALUBOT_GPG_PRIVATE_KEY }}" | gpg --batch --yes --passphrase "${{ secrets.MAGALUBOT_GPG_PASSPHRASE }}" --import
export GPG_TTY=$(tty)
- name: Config Git
id: config-git
Expand Down

0 comments on commit 9db7b52

Please sign in to comment.