Skip to content

Commit

Permalink
debug errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 1, 2024
1 parent 72c2849 commit 16591f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ jobs:
- 3.9.6
runs-on: ${{ matrix.os }}
steps:
- name: debug
run: |
echo $GPG_KEYNAME
echo $GPG_PASSPHRASE
echo $GPG_PRIVATE_KEY
- name: Prepare signature
run: echo -e "$GPG_PRIVATE_KEY" | gpg --import --batch
- uses: s4u/[email protected]
Expand Down

0 comments on commit 16591f5

Please sign in to comment.