Skip to content

Commit 9c0f543

Browse files
committed
ci: removed the unused environment variables
1 parent 40e941c commit 9c0f543

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,3 @@ jobs:
6363

6464
- name: Run Jest
6565
run: npm run test
66-
env:
67-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
68-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
69-
AWS_REGION: ${{ vars.AWS_REGION }}
70-
ACCOUNT_ID: ${{ vars.ACCOUNT_ID }}

0 commit comments

Comments
 (0)