add secrets for test
Some checks failed
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been cancelled
Build and push image for doorman-homeassistant / docker (push) Has been cancelled
Build and push Doorman UI / API / docker (push) Successful in 1m26s

This commit is contained in:
Martin Dimitrov 2025-06-03 15:50:29 -07:00
parent 900f413dd5
commit 4a8a15b316

View File

@ -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