From 2875e4112a62da1002caeef633a26c51be2d669d Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 2 May 2020 02:25:23 +0900 Subject: [PATCH] Revert "ci: use github_token" This reverts commit 9d27fac8dcdc50937d59b3068c59acf257ad2398. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e827659..3fd1e5b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,8 +102,8 @@ jobs: github.ref == 'refs/heads/master' uses: ./ with: - # deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - github_token: ${{ secrets.GITHUB_TOKEN }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + # github_token: ${{ secrets.GITHUB_TOKEN }} # publish_branch: gh-pages publish_dir: ./test_projects/mdbook/book # external_repository: ''