Skip to content

Commit 622ef88

Browse files
Update GitHub Deploy config
1 parent 43d0886 commit 622ef88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Verify GPG Key
2525
run: gpg --list-secret-keys --keyid-format LONG
2626

27-
- name: Set Default GPG Key
28-
run: gpg --default-key ${{ secrets.GPG_KEY_ID }}
27+
# - name: Set Default GPG Key
28+
# run: gpg --default-key ${{ secrets.GPG_KEY_ID }}
2929

3030
- name: Debug GPG Key Import
3131
run: |

0 commit comments

Comments
 (0)