Add assets for contract erd1qqqqqqqqqqqqqpgq36m2crr0xj5wq4tjxjzwjauf09u8lp956avse3r270 #5760
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 }} |