Skip to content

Commit 5744299

Browse files
committed
fix: remove NODE_TLS_REJECT_UNAUTHORIZED environment variable from deployment
1 parent 6efd674 commit 5744299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-subgraph.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
GRAPHNODE_URL: ${{ vars.GRAPHNODE_URL }}
5050
IPFS_URL: ${{ vars.IPFS_URL }}
5151
DEPLOY_ENV: ${{ vars.ENV_NAME }}
52-
NODE_TLS_REJECT_UNAUTHORIZED: '0'
5352
run: |
5453
echo "Starting deployment with the following parameters:"
5554
echo " Network Name: $NETWORK_NAME"

0 commit comments

Comments
 (0)