From 0aa65f720c43f2c27d82ca7301868e308d53f990 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Wed, 15 Feb 2023 12:43:41 -0700 Subject: [PATCH 1/2] Trigger deploy with new token --- .github/workflows/custom_shinyapps_deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/custom_shinyapps_deploy.yml b/.github/workflows/custom_shinyapps_deploy.yml index aa2d81a0..9d466661 100644 --- a/.github/workflows/custom_shinyapps_deploy.yml +++ b/.github/workflows/custom_shinyapps_deploy.yml @@ -87,13 +87,7 @@ jobs: run: | # write out configuration files using github secrets echo "${{ secrets.SCHEMATIC_SYNAPSE_CONFIG }}" > .synapseConfig - - - name: Save service account credentials for Schematic - id: create-json - uses: jsdaniell/create-json@1.1.2 - with: - name: 'schematic_service_account_creds.json' - json: ${{ secrets.SCHEMATIC_SERVICE_ACCT_CREDS }} + echo "${{ secrets.SCHEMATIC_SERVICE_ACCT_CREDS }}" > schematic_service_account_creds.json - name: Set Configurations for Data Model shell: bash From a09eac8ce1ba73d979a8afd1ef27f4b67ff2d90a Mon Sep 17 00:00:00 2001 From: nfosi-service <57509804+nfosi-service@users.noreply.github.com> Date: Fri, 10 Mar 2023 20:26:58 +0000 Subject: [PATCH 2/2] Update model source in config --- schematic_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schematic_config.yml b/schematic_config.yml index fa3a415b..33b4690e 100644 --- a/schematic_config.yml +++ b/schematic_config.yml @@ -19,7 +19,7 @@ manifest: model: input: # if both 'download_url' and 'repo' present, `repo` will be used - download_url: 'https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v6.3.2/NF.jsonld' # url to download JSON-LD data model + download_url: 'https://raw.githubusercontent.com/nf-osi/nf-metadata-dictionary/v6.3.3/NF.jsonld' # url to download JSON-LD data model #repo: 'nf-osi/nf-metadata-dictionary/v6.2.0' # data model repo url (//), version or branch is optional location: 'data-models/NF.jsonld' # path to JSON-LD data model file_type: 'local'