Add assets for contract erd1qqqqqqqqqqqqqpgq8r8jm34rpnfdza4pu3sm472a6d3hffnlmt5s5jt6gt #3148
Workflow file for this run
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 | |
permissions: | |
contents: read | |
pull-requests: write | |
on: [pull_request] | |
jobs: | |
check-signature: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: multiversx/mx-assets-checker@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
ADMIN_ADDRESS: ${{ secrets.ADMIN_ADDRESS }} |