Add default GH token to auto-pr workflow (#33)

pull/34/head
David Young 2020-12-07 14:21:11 +13:00 committed by GitHub
parent 4a739a9d0e
commit 2d2a8d015e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,4 +34,5 @@ jobs:
uses: repo-sync/pull-request@v2
with:
destination_branch: "gh-pages"
github_token: "${{ secrets.GITHUB_TOKEN }}"
pr_allow_empty: false