Skip to content

Commit

Permalink
Quote the secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 21, 2025
1 parent ca5f955 commit 731147d
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 @@ -8,8 +8,8 @@ jobs:
- name: write files
run: |-
mkdir keys
echo ${{ secrets.SPACK_DEPLOYMENT_KEY_PUB }} > keys/spack_key.pub
echo ${{ secrets.SPACK_DEPLOYMENT_KEY_PRIVATE }} > keys/spack_key
echo "${{ secrets.SPACK_DEPLOYMENT_KEY_PUB }}" > keys/spack_key.pub
echo "${{ secrets.SPACK_DEPLOYMENT_KEY_PRIVATE }}" > keys/spack_key
ls
ls keys
aws s3 cp --recursive keys/ s3://erik-temp-bucket/

0 comments on commit 731147d

Please sign in to comment.