diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3986c4e..38e6b0f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -32,5 +32,5 @@ jobs: run: | git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git npx gh-pages -d build -u "github-actions-bot " - env: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}