mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-10 20:46:51 +00:00
🔒 Use personal access token to trigger docs previews
This commit is contained in:
parent
11c05beece
commit
62c23ab5fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/watch-docs-previews.yml
vendored
2
.github/workflows/watch-docs-previews.yml
vendored
|
|
@ -10,4 +10,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/watch-previews
|
- uses: ./.github/actions/watch-previews
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue