aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-06 13:22:40 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:22:40 +0100
commitd10084c2554419df32f5861a1a48010b41bffed0 (patch)
tree9ea6f195d296ae1e8e4d3e4e4f9e7a450a190644
parentremove `.env.server` env file (diff)
add CLIENT_TOKEN in lint ci
-rw-r--r--.github/workflows/lint.yaml1
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.