Skip to content

Commit

Permalink
chore: use SECRET_KEY_BASE_DUMMY feature as placeholder during build (
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Jun 7, 2024
1 parent bc26087 commit 9cdda00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}
SECRET_KEY_BASE_DUMMY: 1

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9cdda00

Please sign in to comment.