Skip to content

Commit 3a92f93

Browse files
committed
ci: add missing AWS creds
1 parent f63ea62 commit 3a92f93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: e2e-test
22

3+
env:
4+
AWS_ACCESS_KEY_ID: ${{ vars.LPD_PERF_AWS_ACCESS_KEY_ID }}
5+
AWS_SECRET_ACCESS_KEY: ${{ secrets.LPD_PERF_AWS_SECRET_ACCESS_KEY }}
6+
AWS_BUCKET: ${{ vars.LPD_PERF_AWS_BUCKET }}
7+
AWS_REGION: ${{ vars.LPD_PERF_AWS_REGION }}
8+
39
on:
410
push:
511
branches:

0 commit comments

Comments
 (0)