Skip to content

Commit

Permalink
Added passphrase in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HHaliuk committed Aug 3, 2023
1 parent cebebe9 commit 43462e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ jobs:
echo "export GPG tty variable passed" &&
eval $(gpg-agent --daemon) &&
echo "starting gpg-agent passed" &&
gpg --detach-sign --armor --output $NEW_FILE_PATH.asc $NEW_FILE_PATH
gpg --batch --passphrase "${{ secrets.GPG_PASSPHRASE }}" --detach-sign --armor --output $NEW_FILE_PATH.asc $NEW_FILE_PATH

0 comments on commit 43462e1

Please sign in to comment.