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: |