Skip to content

Commit

Permalink
ci: dummy aws credentials for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cjuega committed Nov 7, 2023
1 parent dcbd28e commit 69a9aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
pull_request:
paths-ignore:
- "**.md"
env:
# Dummy values so aws clients don´t complain (integration tests are using a dockerized local dynamodb)
AWS_ACCESS_KEY_ID: key
AWS_SECRET_ACCESS_KEY: secret
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69a9aef

Please sign in to comment.