Skip to content

Commit

Permalink
workflow: fix token secret environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius committed Sep 1, 2024
1 parent c604bfe commit e792a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds+tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: 'pnpm exec playwright install'

- name: Set env
run: echo "DATABASE_URL=file:../data/GetItDone.db TOKEN_SECRET=abc" >> $GITHUB_ENV
run: echo "DATABASE_URL=file:../data/GetItDone.db" >> $GITHUB_ENV; echo "TOKEN_SECRET=YippeeHoorayYattah" >> $GITHUB_ENV
- run: pnpm prisma:generate
- run: pnpm prisma:migrate

Expand Down

0 comments on commit e792a0e

Please sign in to comment.