Skip to content

fix: removed check for delegation parameters #31

fix: removed check for delegation parameters

fix: removed check for delegation parameters #31

name: Production Subgraph (Mainnet)
on:
push:
tags:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy:
uses: ./.github/workflows/template-deploy.yaml
with:
ENVIRONMENT: production
CONFIG: mainnetAddressScript.ts
secrets:
NODE_AUTH_TOKEN: ${{ secrets.graphprotocol_npm_token }}
ACCESS_TOKEN: ${{ secrets.access_token }}