Skip to content

Commit 51c3b8a

Browse files
committed
ci: Pass token from env
1 parent 0be0ca4 commit 51c3b8a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uv sync --frozen
2929
uv run tools/write-project-snippets.py
3030
task docs:build-mini18n-dirhtml
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.token }}
3133
- name: Upload artifact
3234
uses: actions/upload-pages-artifact@v3
3335
with:

0 commit comments

Comments
 (0)