Add key derivation salt

This commit is contained in:
rebuilt 2022-08-25 22:29:35 -07:00
parent b2e1cdb074
commit 409503507c
2 changed files with 4 additions and 1 deletions

View file

@ -29,7 +29,6 @@ jobs:
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres
RAILS_MASTER_KEY: "${{ secrets.RAILS_MASTER_KEY }}"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby