Skip to content

Commit 2eb1b01

Browse files
committed
Add github workflow for staging --fix
1 parent 173f671 commit 2eb1b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: webfactory/ssh-agent@v0.5.4
1414
with:
1515
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY_DIGITAL_OCEAN }}
16-
passphrase: ${{ secrets.SSH_KEY_PASSKEY }}
16+
ssh-auth-sock: ${{ secrets.SSH_KEY_PASSKEY }}
1717

1818
- name: Do CD stuff
1919
run: |

0 commit comments

Comments
 (0)