Skip to content

Commit

Permalink
ci: added env
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeovany committed Mar 27, 2024
1 parent 46ea8e4 commit 5760787
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ on:
workflow_call:
workflow_dispatch:

env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
ENVIRONMENT_URL: ${{ secrets.ENVIRONMENT_URL }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
NEXTAUTH_URL_INTERNAL: ${{ secrets.NEXTAUTH_URL_INTERNAL }}

jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 5760787

Please sign in to comment.