feat: attach required amount of deposit for sign
and limit gas fee for evm calls
#45
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: "Security Analysis" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
contract_analysis: | |
name: "Shared" | |
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master | |
secrets: inherit |