Skip to content

Commit

Permalink
Merge pull request #898 from Chia-Network/name-for-commit-signing-step
Browse files Browse the repository at this point in the history
ci: add a name to the commit signing configuration step
  • Loading branch information
TheLastCicada authored Jun 29, 2023
2 parents 16065b5 + f3dbb82 commit 4e287ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
token: ${{ secrets.PACKAGE_ADMIN_PAT }}
fetch-depth: 0

- uses: Chia-Network/actions/commit-sign/gpg@main
- name: Configure commit signing for ChiaAutomation
uses: Chia-Network/actions/commit-sign/gpg@main
with:
gpg_private_key: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_KEY }}
passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 4e287ca

Please sign in to comment.