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 2935c28 commit 8b4b14d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
fi
env:
#GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.USER_TOKEN }}"
#USER_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
#GITHUB_TOKEN: "${{ secrets.USER_TOKEN }}"
USER_TOKEN: "${{ secrets.USER_TOKEN }}"

- name: "Send comment to PR"
continue-on-error: true
Expand Down

0 comments on commit 8b4b14d

Please sign in to comment.