Skip to content

Commit

Permalink
Set AUTH_SECRET for the auth library we're using
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent 8b8c304 commit 166b940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Run test suite
shell: bash
run: pnpm test:ci
run: AUTH_SECRET=`openssl rand -hex 32` pnpm test:ci

- name: Initialize Terraform CDK configuration
shell: bash
Expand Down

0 comments on commit 166b940

Please sign in to comment.