Skip to content

Commit

Permalink
fix: missing region for ci (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Sep 22, 2023
1 parent 53e48bc commit 1da9e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Save cache
uses: ./
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
AWS_SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
with:
Expand All @@ -97,6 +98,7 @@ jobs:
- name: Restore cache
uses: ./
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
AWS_SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
with:
Expand Down Expand Up @@ -128,6 +130,7 @@ jobs:
- name: Restore cache
uses: ./
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: Q3AM3UQ867SPQQA43P2F
AWS_SECRET_ACCESS_KEY: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG
with:
Expand Down

0 comments on commit 1da9e42

Please sign in to comment.