update token

This commit is contained in:
Ben Wilson
2023-06-21 10:15:09 -04:00
parent 99a2ad747b
commit 9691b4edb7

View File

@@ -27,6 +27,6 @@ jobs:
if: success() if: success()
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.TOKEN }}
publish_dir: dist/angular-github-actions publish_dir: dist/angular-github-actions
enable_jekyll: true enable_jekyll: true