Skip to content

Commit

Permalink
Force env mapping...
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 1, 2024
1 parent 75ea275 commit f232ffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
name: Sign artifacts
environment: test
env:
GPG_KEYNAME: ${{ env.GPG_KEYNAME }}
GPG_PASSPHRASE: ${{ env.GPG_PASSPHRASE }}
GPG_PRIVATE_KEY: ${{ env.GPG_PRIVATE_KEY }}
ARTIFACTS_DIR: target/artifacts
strategy:
fail-fast: false
Expand Down

0 comments on commit f232ffd

Please sign in to comment.