Skip to content

Commit bfb9e54

Browse files
Update main.yml
1 parent c4189b1 commit bfb9e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# Flask-Limiter environment variables.
174174
RATELIMIT_STORAGE_URL: 'redis://redis_r1:6379'
175175
RATELIMIT_STRATEGY: 'moving-window'
176-
RATELIMIT_ENABLED: 'false'
176+
RATELIMIT_ENABLED: ${{ secrets.RATELIMIT_ENABLED }}
177177
RATELIMIT_DEFAULT: ${{ secrets.RATELIMIT_DEFAULT }}
178178

179179
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)