Skip to content

Commit

Permalink
restore SECRET_KEY_BASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Sep 30, 2023
1 parent 81c95fc commit 9c964b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Start
run: |
docker run --rm --name=rails-on-docker ${{ env.TEST_TAG }}
docker run --rm --name=rails-on-docker --env SECRET_KEY_BASE=dummy ${{ env.TEST_TAG }}
- name: Logs
run: |
Expand Down

0 comments on commit 9c964b5

Please sign in to comment.