Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 781e308

Browse files
authored
Merge pull request #33 from aibtcdev/fix/token-bucket-calculation
Fix token bucket calculation
2 parents 3993146 + 2c800ac commit 781e308

File tree

5 files changed

+211
-199
lines changed

5 files changed

+211
-199
lines changed

.github/workflows/deploy-with-wrangler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3838
environment: ${{ env.WRANGLER_ENV }}
39+
wranglerVersion: '4.18.0'
3940

4041
- name: Set Test URL for Preview
4142
if: github.event_name == 'pull_request'
@@ -47,4 +48,4 @@ jobs:
4748
- name: Test Endpoints (10s delay)
4849
run: |
4950
chmod +x tests/run_tests.sh
50-
./tests/run_tests.sh ${{ env.TEST_URL }} true
51+
./tests/run_tests.sh ${{ env.TEST_URL }} true

0 commit comments

Comments
 (0)