We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56adf9a commit 718cd12Copy full SHA for 718cd12
1 file changed
.github/workflows/ci.yml
@@ -29,3 +29,11 @@ jobs:
29
30
- name: Run the tests from project
31
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