diff --git a/.github/workflows/new-file-upload-system-alternate-forestgeo-livesite.yml b/.github/workflows/new-file-upload-system-alternate-forestgeo-livesite.yml index 334cd8ee..0dcc20d8 100644 --- a/.github/workflows/new-file-upload-system-alternate-forestgeo-livesite.yml +++ b/.github/workflows/new-file-upload-system-alternate-forestgeo-livesite.yml @@ -42,10 +42,9 @@ jobs: echo NODE_ENV=development >> frontend/.env echo PORT=3000 >> frontend/.env - - name: add in certificate (in frontend/ directory) + - name: Write Certificate to File run: | - touch frontend/DigiCertGlobalRootCA.crt.pem - echo ${{ secrets.CERTIFICATE }} >> frontend/DigiCertGlobalRootCA.crt.pem + echo "${{ secrets.CERTIFICATE }}" > frontend/DigiCertGlobalRootCA.crt.pem - name: Cache node modules uses: actions/cache@v2