Skip to content

Commit 2e821f6

Browse files
committed
Fake aws credentials
1 parent e41a068 commit 2e821f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
composer-options: "--prefer-dist --optimize-autoloader --ignore-platform-reqs"
2121
- name: Run PestPHP
2222
run: vendor/bin/pest --coverage --coverage-clover test-results/pest.xml
23+
env:
24+
AWS_ACCESS_KEY_ID: fake
25+
AWS_SECRET_ACCESS_KEY: fake
26+
AWS_SESSION_TOKEN: fake
2327
- name: Upload coverage to Codecov
2428
if: always()
2529
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)