Skip to content

Commit

Permalink
Used consistent AUTH_SECRET in CI tests; randomness is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Jul 12, 2024
1 parent feb0b0a commit f067484
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: AUTH_SECRET=`openssl rand -hex 32` pnpm test:ci
run: AUTH_SECRET=not-super-secret pnpm test:ci

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

0 comments on commit f067484

Please sign in to comment.