fix: add agent to REQUEST_BURN_MY_STETH_ROLE #13
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: Tests @ ethereum-governance | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- "ethereum-governance/**" | |
jobs: | |
tests: | |
uses: ./.github/workflows/_tests.yml | |
with: | |
path: ./ethereum-governance | |
secrets: inherit |