add secrets for test
This commit is contained in:
parent
900f413dd5
commit
4a8a15b316
@ -20,6 +20,12 @@ jobs:
|
|||||||
|
|
||||||
- name: run api integ test
|
- name: run api integ test
|
||||||
run: bun integ-test-api
|
run: bun integ-test-api
|
||||||
|
env:
|
||||||
|
ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
|
||||||
|
AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
|
||||||
|
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
|
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
|
||||||
|
|
||||||
- name: Deploy Doorman UI and API
|
- name: Deploy Doorman UI and API
|
||||||
run: bun run deploy-serverless
|
run: bun run deploy-serverless
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user