We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de9bd2 commit c7e8d3bCopy full SHA for c7e8d3b
.github/workflows/accept-admin-safe.yml
@@ -1,17 +1,13 @@
1
name: Accept Admin Role Transfer - Safe
2
3
on:
4
- workflow_dispatch:
+ pull_request:
5
+ workflow_call:
6
inputs:
7
network:
8
description: 'Network to accept admin role on'
9
required: true
- type: choice
10
- options:
11
- - ethereum
12
- - arbitrum
13
- - sepolia
14
- - arbitrum_sepolia
+ type: string
15
default: sepolia
16
17
jobs:
0 commit comments