Skip to content

Commit

Permalink
Add credentials as a GitHub secret
Browse files Browse the repository at this point in the history
  • Loading branch information
atspaeth committed May 24, 2024
1 parent 295911a commit 43bd15a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

steps:
- env:
AWS_CREDENTIALS: |
${{ secrets.AWS_CREDENTIALS }}
run: |
mkdir ~/.aws
echo "$AWS_CREDENTIALS" > ~/.aws/credentials
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 43bd15a

Please sign in to comment.