File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ jobs:
108108 QUALITATIVE_FEEDBACK_ENDING_DATE : " ${{ vars.QUALITATIVE_FEEDBACK_ENDING_DATE }}"
109109 IDEAS_GENERATOR_SOURCE : " ${{ vars.IDEAS_GENERATOR_SOURCE }}"
110110 MANUALLY_SAVE_THUMBNAILS : " ${{ vars.MANUALLY_SAVE_THUMBNAILS }}"
111+ READ_ONLY_MODE : " ${{ vars.READ_ONLY_MODE }}"
111112
112113 # used by src/template-config.js
113114 GTM_ID : ${{ secrets.GTM_ID }}
Original file line number Diff line number Diff line change @@ -352,6 +352,9 @@ module.exports = {
352352 } "`,
353353 'process.env.MANUALLY_SAVE_THUMBNAILS' : `"${
354354 process . env . MANUALLY_SAVE_THUMBNAILS || 'true'
355+ } "`,
356+ 'process.env.READ_ONLY_MODE' : `"${
357+ process . env . READ_ONLY_MODE || 'false'
355358 } "`
356359 } )
357360 ] )
You can’t perform that action at this time.
0 commit comments