Skip to content

Commit

Permalink
add secret env to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Turner authored and Ben Turner committed Feb 14, 2024
1 parent 70de109 commit 2583bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ jobs:
node-version: "20"
- run: npm install
- run: npm t
env:
SECRET: "test"

0 comments on commit 2583bf1

Please sign in to comment.