mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-25 03:07:06 -05:00
🔒 Use personal access token to trigger docs previews
This commit is contained in:
committed by
GitHub
parent
11c05beece
commit
62c23ab5fa
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: ./.github/actions/watch-previews
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user