Skip to content

Commit

Permalink
Use the secret force!
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 21, 2025
1 parent 9992604 commit ae892bc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
- name: write files
run: |-
mkdir keys
echo ${SPACK_DEPLOYMENT_KEY_PUB} > keys/spack_key.pub
echo ${SPACK_DEPLOYMENT_KEY_PRIVATE} > keys/spack_key
aws s3 cp --recursive keys s3://${BUCKET}/
echo ${{ secrets.SPACK_DEPLOYMENT_KEY_PUB }} > keys/spack_key.pub
echo ${{ SPACK_DEPLOYMENT_KEY_PRIVATE }} > keys/spack_key
ls
ls keys
aws s3 cp --recursive keys/ s3://${{ BUCKET }}/

0 comments on commit ae892bc

Please sign in to comment.