Skip to content

Commit

Permalink
Remember to base64 decode
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Mar 14, 2023
1 parent 27e6a83 commit be48fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom_shinyapps_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be48fbb

Please sign in to comment.