From: Paul Spooren Date: Sat, 9 Oct 2021 03:20:07 +0000 (-1000) Subject: CI: use GITHUB_TOKEN for page deployment X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5f5a61caf882c4cd07f6b0afeb0566dc127f5dc2;p=openwrt-luci.git CI: use GITHUB_TOKEN for page deployment The token is set automatically when running on the master branch, no personal access token is required. Signed-off-by: Paul Spooren --- diff --git a/.github/workflows/jsdoc.yml b/.github/workflows/jsdoc.yml index dd9d952176..b8cc3bc3b2 100644 --- a/.github/workflows/jsdoc.yml +++ b/.github/workflows/jsdoc.yml @@ -27,5 +27,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/