Skip to content

Commit beb3060

Browse files
committed
added login step for goldsky
1 parent 0ec8a07 commit beb3060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/subgraph/tasks/deploy.sh

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

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

0 commit comments

Comments
 (0)