Skip to content

Commit 03c19fc

Browse files
author
Marvin Zhang
committed
chore: Simplify GPG configuration in GitHub Actions workflow
- Removed redundant gpg-agent restart commands to streamline the GPG setup process. - Maintained existing permissions settings for GPG directory to ensure security. - Adjusted the workflow for improved clarity and efficiency in GPG handling.
1 parent 621b23b commit 03c19fc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ jobs:
100100
# Set permissions
101101
chmod 700 ~/.gnupg
102102
chmod 600 ~/.gnupg/*
103-
104-
# Kill existing agent if any and restart
105-
gpgconf --kill all || true
106-
gpg-agent --daemon --allow-preset-passphrase
107103
108104
- name: Set GPG_TTY
109105
run: export GPG_TTY=$(tty)

0 commit comments

Comments
 (0)