File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
themes/arm-design-system-hugo-theme/layouts/partials/learning-paths Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 required : true
2424 HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID :
2525 required : true
26- HUGO_DEV_PROG_SIGNIUP_FORM_ID :
26+ HUGO_FORM_ID_FOR_PROGRAM_SIGNUP :
2727 required : true
2828
2929env :
7474 HUGO_RAG_API : ${{ secrets.HUGO_RAG_API }}
7575 HUGO_AUDIO_API : ${{ secrets.HUGO_AUDIO_API }}
7676 HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
77- HUGO_DEV_PROG_SIGNIUP_FORM_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
77+ HUGO_FORM_ID_FOR_PROGRAM_SIGNUP : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
7878
7979 # Deploys website to AWS S3 and invalidate CloudFront Cache
8080 - name : Deploy to S3
Original file line number Diff line number Diff line change 2525 HUGO_RAG_API : ${{ secrets.HUGO_RAG_API }}
2626 HUGO_AUDIO_API : ${{ secrets.HUGO_AUDIO_API }}
2727 HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
28- HUGO_DEV_PROG_SIGNIUP_FORM_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
28+ HUGO_FORM_ID_FOR_PROGRAM_SIGNUP : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
Original file line number Diff line number Diff line change 2525 HUGO_RAG_API : ${{ secrets.HUGO_RAG_API }}
2626 HUGO_AUDIO_API : ${{ secrets.HUGO_AUDIO_API }}
2727 HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
28- HUGO_DEV_PROG_SIGNIUP_FORM_ID : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
28+ HUGO_FORM_ID_FOR_PROGRAM_SIGNUP : ${{ secrets.HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID }}
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ <h2 class="modal-title">Program Registration Success</h2>
305305 MktoForms2 . loadForm (
306306 '//engaged.arm.com' ,
307307 '{{getenv "HUGO_DEV_PROG_SIGNIUP_FORM_MUNCHKIN_ID"}}' ,
308- { { getenv "HUGO_DEV_PROG_SIGNIUP_FORM_ID " } } ,
308+ { { getenv "HUGO_FORM_ID_FOR_PROGRAM_SIGNUP " } } ,
309309
310310 function ( form ) {
311311 const formContainer = document . getElementById ( 'marketo-form-container' ) ;
You can’t perform that action at this time.
0 commit comments