feat: removed pruning for safety reasons, trigger full resync #156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Staging Subgraph (Mainnet) | |
on: | |
push: | |
branches: | |
- mainnet-staging | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: false | |
jobs: | |
deploy: | |
uses: ./.github/workflows/template-deploy.yaml | |
with: | |
ENVIRONMENT: staging-mainnet | |
CONFIG: mainnetAddressScript.ts | |
secrets: | |
NODE_AUTH_TOKEN: ${{ secrets.graphprotocol_npm_token }} | |
ACCESS_TOKEN: ${{ secrets.access_token }} |