Skip to content

Commit

Permalink
Merge pull request #2356 from demergent-labs/dep_bot
Browse files Browse the repository at this point in the history
add tokens and signing keys to the env
  • Loading branch information
lastmjs authored Dec 18, 2024
2 parents 92ea2d9 + ce42f9c commit 93e6539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93e6539

Please sign in to comment.