From 09fe6b3d2ffee46797c0adae08e067c44d431237 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 18 Dec 2024 16:29:05 -0700 Subject: [PATCH] try getting rid of the env --- .github/workflows/build_templates.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_templates.yml b/.github/workflows/build_templates.yml index 0a02a09b7b..0c535740c6 100644 --- a/.github/workflows/build_templates.yml +++ b/.github/workflows/build_templates.yml @@ -30,9 +30,6 @@ jobs: name: Build templates for Dependabot needs: workflow-config runs-on: ubuntu-latest - env: - GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 with: