Skip to content

Commit

Permalink
See if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 8, 2024
1 parent 54e0d31 commit 029caeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ jobs:
# GH_TOKEN: ${{ github.token }}

- name: Download public key
env:
FINGERPRINT: 0x689DAD778FF08760E046228BA978220305CD5C32
# run: gpg --keyserver https://keys.openpgp.org/ --search-keys [email protected]
# run: gpg --keyserver hkps://keys.openpgp.org --recv-keys 0x689DAD778FF08760E046228BA978220305CD5C32
# run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32
run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32 | gpg --import
run: gpg --keyserver keys.openpgp.org --recv-keys $FINGERPRINT
# run: gpg --keyserver keys.openpgp.org --recv-keys 689DAD778FF08760E046228BA978220305CD5C32 | gpg --import

- name: "DEBUG: List public keys"
run: gpg -k
Expand Down

0 comments on commit 029caeb

Please sign in to comment.