fix(sdk): move to latest arbitrum-sepolia-testnet deployment (#476) #12
This file contains hidden or 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: release-please | |
| description: triggers release-please to open the next release PR | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| release-please: | |
| uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected] | |
| secrets: inherit |