fix(actions): use a github token to prevent ratelimiting
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 52s
Actions / Build Documentation (MkDocs) (push) Failing after 1m1s

This commit is contained in:
cswimr 2025-03-18 03:40:24 -05:00
parent 6354559d3a
commit a19761b720
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -19,6 +19,7 @@ jobs:
with:
version: "latest"
enable-cache: true
github-token: ${{ secrets.GITHUBTOKEN }}
- name: "Install dependencies"
run: uv sync
@ -45,6 +46,7 @@ jobs:
with:
version: "latest"
enable-cache: true
github-token: ${{ secrets.GITHUBTOKEN }}
- name: Install dependencies
run: uv sync --no-dev --group=documentation