Skip to content

Commit

Permalink
fix: add dummy variables for aws credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 28, 2023
1 parent 3b949fa commit 1ebf9ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/tests/pre-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ runs:
shell: bash
run: |
pre-commit run --all-files --show-diff-on-failure
env:
AWS_ACCESS_KEY_ID: "dummy"
AWS_SECRET_ACCESS_KEY: "dummy"

0 comments on commit 1ebf9ce

Please sign in to comment.