fix(actions): use a github token to prevent ratelimiting
This commit is contained in:
parent
6354559d3a
commit
a19761b720
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
github-token: ${{ secrets.GITHUBTOKEN }}
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: uv sync
|
run: uv sync
|
||||||
|
@ -45,6 +46,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: "latest"
|
version: "latest"
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
|
github-token: ${{ secrets.GITHUBTOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: uv sync --no-dev --group=documentation
|
run: uv sync --no-dev --group=documentation
|
||||||
|
|
Loading…
Add table
Reference in a new issue