Skip to content

Commit 6652c1e

Browse files
committed
Added token for rate-limits.
1 parent 5ca7c52 commit 6652c1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
enable-cache: true
3030
cache-suffix: '3.14'
31+
github-token: ${{ github.token }}
3132
version: "3.14"
3233
- run: uv version "${GITHUB_REF_NAME}"
3334
- run: uv build

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
with:
6060
enable-cache: true
6161
cache-suffix: ${{ matrix.py_version }}
62+
github-token: ${{ github.token }}
6263
version: "latest"
6364
- name: Install deps
6465
run: uv sync --all-extras

0 commit comments

Comments
 (0)