Skip to content

Commit

Permalink
fix: staging keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 14, 2024
1 parent c082d9d commit 4c6bc5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
env:
SERVICE: ${{ secrets.SERVICE }}
BUILD_PATH:
# AUTH_URL is manually set for staging
# These are set manually for staging:
# AUTH_URL
# AUTH_GITHUB_ID
# AUTH_GITHUB_SECRET
SECRETS: >-
DATABASE_URL
AUTH_SECRET
AUTH_GITHUB_ID
AUTH_GITHUB_SECRET
AUTH_GOOGLE_ID
AUTH_GOOGLE_SECRET
AUTH_RESEND_KEY
Expand Down

0 comments on commit 4c6bc5c

Please sign in to comment.