Skip to content

Commit 89fbb18

Browse files
committed
fix: add required env vars to CI test job
F5 hardened config.js to fail startup without BLIND_TOKEN_SECRET and IP_HASH_SALT. CI tests need dummy values for these.
1 parent 0205fbc commit 89fbb18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
runs-on: ubuntu-latest
3535
env:
3636
WALLET_ADDRESS: '0x0000000000000000000000000000000000000000'
37+
BLIND_TOKEN_SECRET: 'ci-test-blind-token-secret-not-real'
38+
IP_HASH_SALT: 'ci-test-ip-hash-salt-not-real'
3739
steps:
3840
- uses: actions/checkout@v4
3941

0 commit comments

Comments
 (0)