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

Commit 1844330

Browse files
Update GitHub Deploy config
1 parent e602a6d commit 1844330

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16-
- name: Set up GPG
17-
run: |
18-
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
19-
echo "$GPG_PRIVATE_KEY" | gpg --batch --import-ownertrust
20-
env:
21-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
22-
2316
- name: Verify GPG Key
2417
run: gpg --list-secret-keys --keyid-format LONG
2518

0 commit comments

Comments
 (0)