Fix token usage in checkout step of serve workflow
Some checks failed
/ serve (push) Failing after 11s
Some checks failed
/ serve (push) Failing after 11s
This commit is contained in:
parent
a364e38ce8
commit
252a872aa3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: "true"
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
- name: Execute code
|
||||
run: uv run myst build --execute
|
||||
- name: Build PDF exports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue