Browse Source
🔒 Use personal access token to trigger docs previews
pull/1746/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/watch-docs-previews.yml
|
|
@ -10,4 +10,4 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: ./.github/actions/watch-previews |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
token: ${{ secrets.ACTIONS_TOKEN }} |
|
|
|