Create erd1ecjtq207uvn6g3aflsprf5quznhnrc372jz69tmg2sg7jncnmguqexhnfc… #2764
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: Check assets ownership 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 assets ownership' |