[CI] Move CLA allowist to env var (#20340)

This commit is contained in:
Mac Siri 2023-11-10 09:00:45 -05:00 committed by GitHub
parent f46f8ef804
commit 6d6e042465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)