Skip to content

Commit

Permalink
fix: GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori committed Apr 21, 2024
1 parent 568338e commit b6233ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b6233ae

Please sign in to comment.