[TokenPaymaster] Support chains without WETH9 & Other Improvements (#… #515
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: Dispatch Doc Generation | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v1.1.3 | |
with: | |
token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
repository: thirdweb-dev/docs | |
event-type: generate-docs |