Skip to content

fix: do not update allocation status when collecting rebates #23

fix: do not update allocation status when collecting rebates

fix: do not update allocation status when collecting rebates #23

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