From b6233ae5e8d60d9e7fe3ad5bc0160916f5c3be6a Mon Sep 17 00:00:00 2001 From: idubnori Date: Sun, 21 Apr 2024 17:25:24 +0900 Subject: [PATCH] fix: GH_TOKEN --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c4cb742..fdf9e7f 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,8 @@ runs: gh api \ -H "Accept: application/vnd.github.raw" \ repos/${{ github.repository }}.wiki/contents/${{ inputs.page-name }} > wiki_temp/${{ inputs.page-name }} + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Load configuraions and set to environment shell: python run: |