Skip to content

Commit 7444249

Browse files
committed
added goldsky new api key
1 parent 9421168 commit 7444249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/subgraph/tasks/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ deploy_to_goldsky() {
145145
fi
146146

147147
echo "********* Deploying $network subgraph $subgraphName to Goldsky. **********"
148-
$GOLDSKY_CLI login --token "$GOLDSKY_API_KEY"
149148
if ! $GOLDSKY_CLI subgraph deploy "$subgraphName" --path . --token "$GOLDSKY_API_KEY"; then
150149
echo "Error: Deployment to Goldsky failed for $network"
151150
exit 1

0 commit comments

Comments
 (0)