Skip to content

Add ERC721ABatchTransferable and ERC721ABatchBurnable (#486) #101

Add ERC721ABatchTransferable and ERC721ABatchBurnable (#486)

Add ERC721ABatchTransferable and ERC721ABatchBurnable (#486) #101

Workflow file for this run

name: Upgradeable Trigger
on:
push:
branches:
- main
tags:
- 'v*'
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
trigger:
environment: production
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.UPGRADEABLE_REPO_ACCESS_TOKEN }}
repository: chiru-labs/ERC721A-Upgradeable
event-type: Update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'