Browse Source

🔒 Use personal access token to trigger docs previews

pull/1746/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
62c23ab5fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/watch-docs-previews.yml

2
.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 }}

Loading…
Cancel
Save