Skip to content

Commit

Permalink
Merge pull request #138 from lidofinance/hotfix/deploy-local-holesky-fix
Browse files Browse the repository at this point in the history
fix deploy workflow
  • Loading branch information
DiRaiks authored Jul 15, 2024
2 parents 77aa8d9 + c6263ed commit 2f0c931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-local-testnet-holesky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- run: yarn install --immutable
- run: yarn codegen
- run: yarn build-holesky
- run: yarn graph deploy --access-token '${{ secrets.AUTH_TOKEN_TESTNET_HOLESKY }}' --node '${{ secrets.GRAPH_NODE_TESTNET_HOLESKY }}' --ipfs '${{ secrets.GRAPH_IPFS_TESTNET_HOLESKY }}' --headers '{"Authorization":""${{ secrets.IPFS_AUTH_CF_TESTNET_HOLESKY }}","Cookie":"secret='${{ secrets.IPFS_AUTH_COOKIE_TESTNET_HOLESKY }}'"}' lidofinance/lido-holesky --network holesky -l v2.0.0
- run: yarn graph deploy --access-token '${{ secrets.AUTH_TOKEN_TESTNET_HOLESKY }}' --node '${{ secrets.GRAPH_NODE_TESTNET_HOLESKY }}' --ipfs '${{ secrets.GRAPH_IPFS_TESTNET_HOLESKY }}' --headers '{"Authorization":"${{ secrets.IPFS_AUTH_CF_TESTNET_HOLESKY }}","Cookie":"secret='${{ secrets.IPFS_AUTH_COOKIE_TESTNET_HOLESKY }}'"}' lidofinance/lido-holesky --network holesky -l v2.0.0

0 comments on commit 2f0c931

Please sign in to comment.