adding env secrets
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user