From ce42f9ce8d37444e8d333ba5afc5bf5012846e32 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 18 Dec 2024 15:57:28 -0700 Subject: [PATCH] add tokens and signing keys to the env --- .github/workflows/build_templates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_templates.yml b/.github/workflows/build_templates.yml index da630e8d18..2d8c82943b 100644 --- a/.github/workflows/build_templates.yml +++ b/.github/workflows/build_templates.yml @@ -31,6 +31,9 @@ jobs: needs: workflow-config if: ${{ needs.workflow-config.outputs.is-dependabot == 'true' }} runs-on: ubuntu-latest + env: + GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 with: