Skip to content

Commit bfb4ace

Browse files
committed
fix: add SECRET_KEY_BASE for Rails 8 CI tests
1 parent 4df8896 commit bfb4ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
env:
1515
RAILS_ENV: test
1616
CI: true
17+
SECRET_KEY_BASE: test-secret-key-base-for-ci-environment-needs-to-be-long-enough
1718
ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY: test-primary-key-32-bytes-long!!
1819
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY: test-deterministic-key-32-bytes!
1920
ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT: test-salt-for-key-derivation

0 commit comments

Comments
 (0)