Eth2 client: add trusted execution blocks submitter (#916) #358
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
--- | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
schedule: | |
- cron: "50 10 * * *" | |
workflow_dispatch: | |
name: "Contract Security Analysis" | |
jobs: | |
contract_analysis: | |
name: "Shared" | |
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master | |
secrets: inherit | |
with: | |
ignore_failures: "true" |