Skip to content

Commit

Permalink
wip: ci deploy sg
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Dec 20, 2023
1 parent 8559ab3 commit 1ae52de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ jobs:
working-directory: ./subgraph
run: npm install

- name: Graph info Authentication
run: npx graph
- name: Graph info Authentication
run: npx graph auth --product hosted-service ${THE_GRAPH_API_TOKEN}
- name: Graph Authentication
working-directory: ./subgraph
run: npx graph auth --product hosted-service $THE_GRAPH_API_TOKEN

- name: Forge shallow install
run: forge install --shallow
Expand Down

0 comments on commit 1ae52de

Please sign in to comment.