Skip to content

Commit

Permalink
Add GPG related environment variables to check-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Jan 30, 2024
1 parent e1c79b2 commit 175138d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ on:
- '!docs/**'
jobs:
check-all:
env:
GPG_key_id: ${{ secrets.GPG_KEY_ID }}
GPG_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_private_password: ${{ secrets.GPG_PRIVATE_PASSWORD }}
runs-on: ${{ github.event.inputs.run-on || 'ubuntu-latest' }}
steps:
- name: "Enable long paths for git Windows"
Expand Down

0 comments on commit 175138d

Please sign in to comment.