Create erd1qqqqqqqqqqqqqpgqyqw03h2nf5s43xj6qzjzknwt9zfh88gglzmsk32wn0 #292
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: Check signature rerun on comment | |
permissions: | |
contents: read | |
actions: write | |
on: [issue_comment] | |
jobs: | |
check-signature: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: multiversx/mx-workflow-rerun-on-comment@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | |
REGEX: '[0-9a-fA-F]{64}$|^[0-9a-fA-F]{128}' | |
NAME: 'Check identities signature' | |