feat: track deploy_token
calls to bind token
#325
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 | |
- develop | |
pull_request: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
contract_analysis: | |
name: "Shared" | |
uses: aurora-is-near/.github/.github/workflows/security_analysis.yml@master | |
secrets: | |
DD_API_KEY: ${{secrets.DD_API_KEY}} |