Add assets for contract erd1qqqqqqqqqqqqqpgqx0fqpr9x6sdze7u3j7uzxjftud4dwtq06avsnsgf3d #3081
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 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' |