Skip to content

Commit

Permalink
use dependabot key only for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 19, 2024
1 parent db2ef48 commit 3bc1c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 3bc1c52

Please sign in to comment.