Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Dec 20, 2023
1 parent 285c30c commit 04230b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
RELEASE_SFTP_KEY: ${{ secrets.RELEASE_SFTP_KEY }}
RELEASE_CRUST_KEY_FILE: ${{ env.TMP_KEY }}
run: |
echo ${RELEASE_SFTP_KEY} > ${RELEASE_CRUST_KEY_FILE}
echo ${RELEASE_SFTP_KEY} | base64 -d > ${RELEASE_CRUST_KEY_FILE}
- name: Make folder for uploaded screenshots
env:
Expand Down

0 comments on commit 04230b2

Please sign in to comment.