Skip to content

Commit

Permalink
Merge pull request #161 from nf-osi/develop
Browse files Browse the repository at this point in the history
Fix auth and templates
  • Loading branch information
allaway authored Mar 14, 2023
2 parents 36811d3 + be48fbb commit 41cbd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion www/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{"display_name": "Pharmacokinetics Assay", "schema_name": "PharmacokineticsAssayTemplate", "type": "file"},
{"display_name": "Proteomics Assay", "schema_name": "ProteomicsAssayTemplate", "type": "file"},
{"display_name": "Plate-Based Reporter Assay", "schema_name": "PlateBasedReporterAssayTemplate", "type": "file"},
{"display_name": "Update Milestone Report Values", "schema_name": "UpdateMilestoneReportTemplate", "type": "file"},
{"display_name": "Update Milestone Report", "schema_name": "UpdateMilestoneReport", "type": "file"},
{"display_name": "Clinical Assay Template", "schema_name": "ClinicalAssayTemplate", "type": "file"},
{"display_name": "Processed/Aligned Sequencing Reads", "schema_name": "ProcessedAlignedReadsTemplate", "type": "file"},
{"display_name": "Processed Variant Calls", "schema_name": "ProcessedVariantCallsTemplate", "type": "file"},
Expand Down

0 comments on commit 41cbd7f

Please sign in to comment.