fix(cacao): derive EIP-1271 ABI signature length from bytes #186
Workflow file for this run
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: "CTA Assistant" | |
| on: | |
| issue_comment: | |
| types: [created] | |
| pull_request_target: | |
| types: [opened, closed, synchronize] | |
| # Required permissions for CTA Assistant workflow | |
| permissions: | |
| actions: write | |
| contents: write # can be 'read' if signatures are in remote repository | |
| pull-requests: write | |
| statuses: write | |
| jobs: | |
| CTA: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: WalletConnect/actions/github/cta-assistant@7a3ca8b03e62e9ab0df31f3a6d151386e5dd80bd | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |