Skip to content

Commit

Permalink
Use valid auth secret for api tests (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela authored Dec 16, 2024
1 parent 4c00902 commit aab35bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
NOTIFICATIONS_SENDER: [email protected]
SITE_URL: http://localhost:8000
NEXTAUTH_URL: http://localhost:8000
NEXTAUTH_SECRET: dummy
NEXTAUTH_SECRET: 678x1irXYWeiOqTwCv1awvkAUbO9eHa5xzQEYhxhMms=

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit aab35bc

Please sign in to comment.