We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4068347 commit 27ecbd5Copy full SHA for 27ecbd5
.github/workflows/ci.yml
@@ -84,9 +84,9 @@ jobs:
84
- name: Run tests
85
env:
86
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 }}
+ RAILS_ENCRYPTION_PRIMARY_KEY: ${{ secrets.RAILS_ENCRYPTION_PRIMARY_KEY }}
+ RAILS_ENCRYPTION_DETERMINISTIC_KEY: ${{ secrets.RAILS_ENCRYPTION_DETERMINISTIC_KEY }}
+ RAILS_ENCRYPTION_KEY_DERIVATION_SALT: ${{ secrets.RAILS_ENCRYPTION_KEY_DERIVATION_SALT }}
90
# REDIS_URL: redis://localhost:6379/0
91
run: bin/rspec
92
0 commit comments