Skip to content

Commit

Permalink
add necessary env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
madhums committed Mar 16, 2024
1 parent 22b81af commit 04af37f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
CI: "true"
DOMAIN_NAME: xxxx
DOMAIN_EMAIL_ADDRESS: xxxx
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY: ${{ secrets.ARE_PRIMARY_KEY }}
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY: ${{ secrets.ARE_DETERMINISTIC_KEY }}
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT: ${{ secrets.ARE_KEY_DERIVATION_SALT }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 04af37f

Please sign in to comment.