diff --git a/.github/workflows/custom_shinyapps_deploy.yml b/.github/workflows/custom_shinyapps_deploy.yml index 9d466661..ce59bc7c 100644 --- a/.github/workflows/custom_shinyapps_deploy.yml +++ b/.github/workflows/custom_shinyapps_deploy.yml @@ -87,7 +87,7 @@ jobs: run: | # write out configuration files using github secrets echo "${{ secrets.SCHEMATIC_SYNAPSE_CONFIG }}" > .synapseConfig - echo "${{ secrets.SCHEMATIC_SERVICE_ACCT_CREDS }}" > schematic_service_account_creds.json + echo ${{ secrets.SCHEMATIC_SERVICE_ACCT_CREDS }} | base64 --decode > schematic_service_account_creds.json - name: Set Configurations for Data Model shell: bash