Skip to content

Commit 6fffc7e

Browse files
committed
chore: add Active Record encryption keys to CI configuration
1 parent 04ac72f commit 6fffc7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
POSTGRES_DB: pastel_api_test
4545
POSTGRES_USER: $POSTGRES_USER
4646
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
47+
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY: ${{ secrets.ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY }}
48+
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY: ${{ secrets.ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY }}
49+
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT: ${{ secrets.ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT }}
4750
RAILS_ENV: test
4851
STAGING_ENV: 'false'
4952
run: |

0 commit comments

Comments
 (0)