Skip to content

Commit

Permalink
[E2E] Add nextauth secret to e2e test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samtgarson committed Dec 18, 2023
1 parent c3a2cbf commit d3cfd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
env:
DEPLOYMENT_URL: ${{ needs.deploy-preview.outputs.preview-url }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
NEXTAUTH_SECRET: ${{ secrets.AUTH_SECRET }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit d3cfd7a

Please sign in to comment.