[CI] Move CLA allowist to env var (#20340)
This commit is contained in:
parent
f46f8ef804
commit
6d6e042465
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cla.yml
vendored
2
.github/workflows/cla.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
path-to-document: 'https://github.com/forem/forem/blob/main/CLA.md'
|
||||
# branch should not be protected
|
||||
branch: 'main'
|
||||
allowlist: bot*
|
||||
allowlist: ${{ secrets.CLA_ALLOWLIST }}
|
||||
|
||||
# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
|
||||
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue