Skip to content

Commit

Permalink
replaces access-token with deploy-key flag (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-afegbua authored Mar 25, 2024
1 parent 54fd386 commit 50fef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/tasks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ deploy_to_graph() {
"$subgraphName" \
--node https://api.thegraph.com/deploy/ \
--ipfs https://api.thegraph.com/ipfs \
--access-token "$THE_GRAPH_ACCESS_TOKEN"
--deploy-key "$THE_GRAPH_ACCESS_TOKEN"
}

deploy_to_satsuma() {
Expand Down

0 comments on commit 50fef89

Please sign in to comment.