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: