We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5332129 commit dd379eeCopy full SHA for dd379ee
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
+ ssh-key: ${{secrets.AWS_API_DEPLOY_PRIVATE_KEY}}
18
19
- name: Set Github identity
20
run: |
0 commit comments