Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit f9b2398

Browse files
Update GitHub Deploy config
1 parent a69e80e commit f9b2398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- name: Set up GPG
2929
run: |
3030
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
31-
echo "$GPG_PRIVATE_KEY" | gpg --batch --import-ownertrust
31+
echo "$GPG_OWNERTRUST" | gpg --batch --import-ownertrust
3232
env:
3333
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
34+
GPG_OWNERTRUST: ${{ secrets.GPG_OWNERTRUST }}
3435

3536
- name: Verify GPG Key
3637
run: gpg --list-secret-keys --keyid-format LONG

0 commit comments

Comments
 (0)