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 7da94f3 commit 916ed2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
steps:
- name: debug
run: |
echo $GPG_KEYNAME
echo $GPG_PASSPHRASE
echo $GPG_PRIVATE_KEY
echo ${{ env.GPG_KEYNAME }}
echo ${{ env.$GPG_PASSPHRASE }}
echo ${{ env.GPG_PRIVATE_KEY }}
- name: Prepare signature
run: echo -e "${{ env.GPG_PRIVATE_KEY }}" | gpg --import --batch
- uses: s4u/[email protected]
Expand Down

0 comments on commit 916ed2d

Please sign in to comment.