Skip to content

Commit 718cd12

Browse files
committed
ci: Add environments
1 parent 56adf9a commit 718cd12

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ jobs:
2929

3030
- name: Run the tests from project
3131
run: npm run test
32+
env:
33+
APP_NAME: SecJS
34+
APP_URL: https://cdn.secjs.io
35+
AWS_REGION: ${{ secrets.AWS_REGION }}
36+
AWS_KEY: ${{ secrets.AWS_KEY }}
37+
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
38+
AWS_SECRET: ${{ secrets.AWS_SECRET }}
39+
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}

0 commit comments

Comments
 (0)