aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-01 17:51:28 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:20:47 +0100
commitbe40b96bab9a33b4d4d85d2576576419f600cc52 (patch)
tree000bd3ac2719da8a6a1a16d8ed716c57647edbab
parentmove lovefest role under the Roles class (diff)
update env variables in "Attempt bot setup" stage
-rw-r--r--.github/workflows/lint.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 1a5e4bff..33ac7f4a 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -42,8 +42,8 @@ jobs:
- name: Attempt bot setup
run: "python -m bot"
env:
- USE_FAKEREDIS: true
- IN_CI: true
+ REDIS_USE_FAKEREDIS: true
+ CLIENT_IN_CI: true
# We will not run `flake8` here, as we will use a separate flake8
# action.