adding env secrets
This commit is contained in:
parent
44057cc7d6
commit
d7c797d0f3
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -36,4 +36,9 @@ jobs:
|
|||||||
run: npx jest -- src/__tests__/e2e/index.test.ts
|
run: npx jest -- src/__tests__/e2e/index.test.ts
|
||||||
working-directory: ./apps/api
|
working-directory: ./apps/api
|
||||||
env:
|
env:
|
||||||
REDIS_URL: redis://localhost:6379
|
REDIS_URL: redis://localhost:6379
|
||||||
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
|
||||||
|
SUPABASE_SERVICE_TOKEN: ${{ secrets.SUPABASE_SERVICE_TOKEN }}
|
||||||
|
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user