Skip to content

Commit

Permalink
Add yarn cache + fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabau committed Oct 20, 2023
1 parent e6f9bef commit 48e9c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ MONGO_URL="mongodb://localhost:27017/db"
# You can generate a new secret on the command line with:
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
NEXTAUTH_SECRET=NEXTAUTH_SECRET
NEXT_AUTH_SECRET=EXAMPLE_JWT_SECRET
NEXTAUTH_URL="http://localhost:${PORT}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: c-hive/gha-yarn-cache@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 48e9c83

Please sign in to comment.