add FREEZE secret to the env for pipeline workflows (#41161)
This commit is contained in:
9
.github/workflows/sync-codeql-cli.yml
vendored
9
.github/workflows/sync-codeql-cli.yml
vendored
@@ -19,6 +19,15 @@ permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
# **IMPORTANT:** Do not change the FREEZE environment variable set here!
|
||||
# This workflow runs on a recurring basis. To temporarily disable it (e.g.,
|
||||
# during a docs deployment freeze), add an Actions Secret to the repo settings
|
||||
# called `FREEZE` with a value of `true`. To re-enable Audit Logs updates, simply
|
||||
# delete that Secret from the repo settings. The environment variable here
|
||||
# will duplicate that Secret's value for later evaluation.
|
||||
env:
|
||||
FREEZE: ${{ secrets.FREEZE }}
|
||||
|
||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||
concurrency:
|
||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||
|
||||
Reference in New Issue
Block a user