Skip to content

Commit

Permalink
Export access keys to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Jan 21, 2025
1 parent 731147d commit 3bc3d84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ jobs:
ls
ls keys
aws s3 cp --recursive keys/ s3://erik-temp-bucket/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 3bc3d84

Please sign in to comment.