From d77aca8764b4f883734ef0ac4564e12631da643a Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 23 Oct 2021 16:33:59 +0900 Subject: [PATCH] [fix] : Push to other repo --- .github/workflows/hugo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 64deead..a290ddf 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -68,5 +68,6 @@ jobs: - name: Push changes uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.API_TOKEN_GITHUB }} branch: ${{ github.ref }} + repository: hayao0819/hayao0819.github.io -- 2.11.0