Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 1, 2024
1 parent f232ffd commit 7da94f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ 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 All @@ -90,7 +87,7 @@ jobs:
echo $GPG_PASSPHRASE
echo $GPG_PRIVATE_KEY
- name: Prepare signature
run: echo -e "$GPG_PRIVATE_KEY" | gpg --import --batch
run: echo -e "${{ env.GPG_PRIVATE_KEY }}" | gpg --import --batch
- uses: s4u/[email protected]
with:
java-distribution: 'temurin'
Expand Down

0 comments on commit 7da94f3

Please sign in to comment.