Skip to content

Commit

Permalink
Full secret sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 21, 2025
1 parent 2529ea9 commit 6fa6efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run: |-
mkdir keys
echo ${{ secrets.SPACK_DEPLOYMENT_KEY_PUB }} > keys/spack_key.pub
echo ${{ SPACK_DEPLOYMENT_KEY_PRIVATE }} > keys/spack_key
echo ${{ secrets.SPACK_DEPLOYMENT_KEY_PRIVATE }} > keys/spack_key
ls
ls keys
aws s3 cp --recursive keys/ s3://${{ BUCKET }}/
aws s3 cp --recursive keys/ s3://${{ secrets.BUCKET }}/

0 comments on commit 6fa6efe

Please sign in to comment.