Skip to content

Commit 27ecbd5

Browse files
fix(ci): rename incorrect encryption keys ENV vars
1 parent 4068347 commit 27ecbd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
- name: Run tests
8585
env:
8686
RAILS_ENV: test
87-
RAILS_DB_ENCRYPTION_PRIMARY_KEY: ${{ secrets.RAILS_DB_ENCRYPTION_PRIMARY_KEY }}
88-
RAILS_DB_ENCRYPTION_DETERMINISTIC_KEY: ${{ secrets.RAILS_DB_ENCRYPTION_DETERMINISTIC_KEY }}
89-
RAILS_DB_ENCRYPTION_KEY_DERIVATION_SALT: ${{ secrets.RAILS_DB_ENCRYPTION_KEY_DERIVATION_SALT }}
87+
RAILS_ENCRYPTION_PRIMARY_KEY: ${{ secrets.RAILS_ENCRYPTION_PRIMARY_KEY }}
88+
RAILS_ENCRYPTION_DETERMINISTIC_KEY: ${{ secrets.RAILS_ENCRYPTION_DETERMINISTIC_KEY }}
89+
RAILS_ENCRYPTION_KEY_DERIVATION_SALT: ${{ secrets.RAILS_ENCRYPTION_KEY_DERIVATION_SALT }}
9090
# REDIS_URL: redis://localhost:6379/0
9191
run: bin/rspec
9292

0 commit comments

Comments
 (0)