Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Apr 8, 2024
1 parent 08bf7d8 commit a1a7151
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr-db-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ env:
NEON_API_KEY: ${{ secrets.NEON_API_KEY }}
NEON_PROJECT_ID: ${{ secrets.NEON_PROJECT_ID }}

UPLOADTHING_APP_ID: ${{ secrets.UPLOADTHING_APP_ID }}
UPLOADTHING_SECRET: ${{ secrets.UPLOADTHING_SECRET }}
AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
AUTH_GOOGLE_ID: ${{ secrets.AUTH_GOOGLE_ID }}
AUTH_GOOGLE_SECRET: ${{ secrets.AUTH_GOOGLE_SECRET }}
AUTH_GOOGLE_CODE_VERIFIER: ${{ secrets.AUTH_GOOGLE_CODE_VERIFIER }}

jobs:
create-db-branch:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,7 +52,7 @@ jobs:

- name: Run schema migrations
run: |
touch .env
touch apps/web/.env.local
echo DATABASE_URL=${{ steps.create-branch.outputs.db_url }}?sslmode=require >> .env
Expand Down

0 comments on commit a1a7151

Please sign in to comment.