mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
adding env secrets
This commit is contained in:
parent
42de846013
commit
e14217bdd9
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -37,3 +37,8 @@ jobs:
|
|||
working-directory: ./apps/api
|
||||
env:
|
||||
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