Skip to content

Commit

Permalink
chore: add dictionary endpoint to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Nov 21, 2023
1 parent f420de0 commit 83bd3da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
SUBQL_PROJ_ORG: ${{ inputs.projOrg }}
SUBQL_PROJ_IMAGE: ${{ inputs.projImage }}
SUBQL_DEPLOYMENT_TYPE: ${{ inputs.deploymentType }}
SUBQL_DICTIONARY: https://api.subquery.network/sq/centrifuge/centrifuge-dictionary
steps:
- name: Check out repo's default branch
uses: actions/checkout@v3
Expand Down Expand Up @@ -88,4 +89,5 @@ jobs:
--type=$SUBQL_DEPLOYMENT_TYPE \
--disableHistorical \
--indexerVersion="$SUBQL_INDEXER_VERSION" \
--queryVersion="$SUBQL_QUERY_VERSION"
--queryVersion="$SUBQL_QUERY_VERSION" \
--dict="$SUBQL_DICTIONARY"

0 comments on commit 83bd3da

Please sign in to comment.