Skip to content

feat: removed pruning for safety reasons, trigger full resync #21

feat: removed pruning for safety reasons, trigger full resync

feat: removed pruning for safety reasons, trigger full resync #21

name: Production Subgraph (Arbitrum)
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-arbitrum
CONFIG: mainnetArbitrumAddressScript.ts
secrets:
NODE_AUTH_TOKEN: ${{ secrets.graphprotocol_npm_token }}
ACCESS_TOKEN: ${{ secrets.access_token }}