Skip to content

Commit

Permalink
πŸ’š Add AWS keys
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 2, 2024
1 parent d29f9c9 commit b4d5817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Configure AWS
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- run: pip install ./laminci
# - run: nox -s lint
- run: nox -s build
Expand Down

0 comments on commit b4d5817

Please sign in to comment.