From 3bc1c52416cec0e8277d93153125e599d0c1af9d Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Thu, 19 Dec 2024 11:15:54 -0700 Subject: [PATCH] use dependabot key only for dependabot --- .github/workflows/build_templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_templates.yml b/.github/workflows/build_templates.yml index 7222224c17..72e9e2cbab 100644 --- a/.github/workflows/build_templates.yml +++ b/.github/workflows/build_templates.yml @@ -58,4 +58,4 @@ jobs: branch-name: ${{ github.head_ref }} commit-message: 'chore: update templates for dependency changes' gpg-signing-key: ${{ secrets.GPG_SIGNING_KEY }} - signing-key-id: 2ED5FB11C6D5168EB9D69C5EF524010C7419CA66 + signing-key-id: ${{ needs.workflow-config.outputs.is-dependabot == 'true' && '2ED5FB11C6D5168EB9D69C5EF524010C7419CA66' || 'C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0' }}