diff options
| -rw-r--r-- | .github/workflows/lint.yaml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 33ac7f4a..58911758 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -44,6 +44,7 @@ jobs:          env:            REDIS_USE_FAKEREDIS: true            CLIENT_IN_CI: true +          CLIENT_TOKEN: ""        # We will not run `flake8` here, as we will use a separate flake8        # action.  |