Add assets for contract erd1qqqqqqqqqqqqqpgqgjx8vw55pww2rkdamuw62vun3vkmzrvv6avspf4htd #5750
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 }} |