Skip to content

Commit

Permalink
fix: generate previews from forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolou86 committed Feb 4, 2024
1 parent e763b48 commit 91fad6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
ref: gh-pages
persist-credentials: false
fetch-depth: 0
token: ${{ secrets.USER_TOKEN }}
#token: ${{ secrets.USER_TOKEN }} //null
token: ${{ secrets.GITHUB_TOKEN }}
#USER_TOKEN: ${{ secrets.USER_TOKEN }}

- name: Extract PR details
Expand Down

0 comments on commit 91fad6b

Please sign in to comment.