We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d99f57 commit 8b805fbCopy full SHA for 8b805fb
.github/workflows/publish.yml
@@ -26,8 +26,8 @@ jobs:
26
- id: install-secret-key
27
name: Install gpg secret key
28
run: |
29
- cat <(echo "${{ secrets.SEER_GPG_SECRET_KEY }}") | base64 --decode | gpg --import --no-tty --batch --yes
30
- cat <(echo "${{ secrets.SEER_GPG_OWNER_TRUST }}") | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
+ echo ${{ secrets.SEER_GPG_SECRET_KEY }} | base64 --decode | gpg --import --no-tty --batch --yes
+ echo ${{ secrets.SEER_GPG_OWNER_TRUST }} | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
31
gpg --list-secret-keys --keyid-format LONG
32
ls -lagF ~/.gnupg
33
- name: Publish
0 commit comments