Skip to content

Commit d68bdb9

Browse files
committed
secret name change
1 parent bbb2ce0 commit d68bdb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- uses: webfactory/ssh-agent@v0.9.0
1818
with:
19-
ssh-private-key: ${{ secrets.SSH_KEY }}
19+
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)