Skip to content

Commit

Permalink
Try adding credentials to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atspaeth committed May 24, 2024
1 parent 295911a commit e308325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
jobs:
checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
environment: testing
runs-on: ${{ matrix.runs-on }}
continue-on-error: true
strategy:
Expand All @@ -28,6 +29,10 @@ jobs:
runs-on: [ubuntu-latest, macos-latest, windows-latest]

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

0 comments on commit e308325

Please sign in to comment.