Skip to content

Commit 9cdda00

Browse files
authored
chore: use SECRET_KEY_BASE_DUMMY feature as placeholder during build (#469)
1 parent bc26087 commit 9cdda00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

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

3536
steps:
3637
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)