Added chain-factory as admin in Token-Handler SC #713
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: CI | |
on: | |
push: | |
branches: [ main, feat/* ] | |
pull_request: | |
branches: [ main, feat/* ] | |
workflow_dispatch: | |
permissions: | |
actions: write | |
checks: write | |
contents: write | |
id-token: write | |
issues: write | |
discussions: write | |
pull-requests: write | |
statuses: write | |
jobs: | |
contracts: | |
name: Contracts | |
uses: multiversx/mx-sc-actions/.github/workflows/contracts.yml@79d7ac76e34b3208fbe07559ac276d0ea48be4da | |
with: | |
rust-toolchain: stable | |
coverage-args: --ignore-filename-regex='/.cargo/git' --output ./coverage.md | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} | |