diff options
author | 2023-05-06 13:22:40 +0100 | |
---|---|---|
committer | 2023-05-06 13:22:40 +0100 | |
commit | d10084c2554419df32f5861a1a48010b41bffed0 (patch) | |
tree | 9ea6f195d296ae1e8e4d3e4e4f9e7a450a190644 | |
parent | remove `.env.server` env file (diff) |
add CLIENT_TOKEN in lint ci
-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. |