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 dd78a5b commit 2935c28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
echo "Git status:"
git status
git config -l
git config user.name "GitHub Actions"
git config user.email noreply@github.com
git add .
Expand Down Expand Up @@ -134,8 +136,8 @@ jobs:
echo "No changes found."
fi
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
#GITHUB_TOKEN: "${{ secrets.USER_TOKEN }}"
#GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.USER_TOKEN }}"
#USER_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: "Send comment to PR"
Expand Down

0 comments on commit 2935c28

Please sign in to comment.