From 61865ce834d710a1b3dd05be54a7e2907b72c2a7 Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Fri, 28 May 2021 11:36:51 -0700 Subject: [PATCH] Authenticate with GitHub in Action --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4f47cfb..86b0864 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,5 +19,6 @@ jobs: run: | git config --global user.email "noreply@example.com" git config --global user.name Documentation + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY npm install npm run docs:deploy