Skip to content

Commit

Permalink
ci: add env in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGuedess committed Dec 11, 2024
1 parent 9e8a852 commit 466d7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ defaults:
jobs:
analyze:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}
NEXT_PUBLIC_SENTRY_DNS: ${{ secrets.NEXT_PUBLIC_SENTRY_DNS }}
NEXTAUTH_URL: ${{ secrets.NEXTAUTH_URL }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4.2.2
Expand Down

0 comments on commit 466d7ca

Please sign in to comment.