Skip to content

Commit dd379ee

Browse files
authored
use SSH deploy key in release workflow (#284)
1 parent 5332129 commit dd379ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
ssh-key: ${{secrets.AWS_API_DEPLOY_PRIVATE_KEY}}
1718

1819
- name: Set Github identity
1920
run: |

0 commit comments

Comments
 (0)