Skip to content

Commit

Permalink
Merge pull request #160 from nf-osi/develop
Browse files Browse the repository at this point in the history
Update prod with new schema
  • Loading branch information
allaway authored Mar 10, 2023
2 parents 4706363 + a09eac8 commit 36811d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/custom_shinyapps_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion schematic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<repo-owner>/<repo-name>/<version/branch>), version or branch is optional
location: 'data-models/NF.jsonld' # path to JSON-LD data model
file_type: 'local'
Expand Down

0 comments on commit 36811d3

Please sign in to comment.