From f3dbb822d92c160e0760af5c1302c8e38fd94580 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Wed, 28 Jun 2023 21:38:51 -0700 Subject: [PATCH] ci: add a name to the commit signing configuration step --- .github/workflows/auto-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index e1f60b4c..505d9694 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -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 }}