Skip to content

Commit 0d1449c

Browse files
Update GitHub Deploy config
1 parent 313ca68 commit 0d1449c

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
@@ -24,7 +24,8 @@ jobs:
2424
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
2525
echo RELOADAGENT | gpg-connect-agent
2626
shell: bash
27-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
27+
env:
28+
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
2829

2930
# - name: Set up GPG
3031
# run: |

0 commit comments

Comments
 (0)