Add assets for contract erd1qqqqqqqqqqqqqpgqgjx8vw55pww2rkdamuw62vun3vkmzrvv6avspf4htd #3080
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' |