Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 56fb901

Browse files
committed
fix rebase issue
1 parent 9e0861f commit 56fb901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-blogpost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--env HEAD_COMMIT='${{ env.HEAD_COMMIT }}' \
6666
--env LOCAL_REPO_PATH=repo \
6767
--env PR_NUMBER='${{ github.event.number }}' \
68-
--env TOKEN='${{ secrets.GITHUB_TOKEN }}' \
68+
--env TOKEN='${{ secrets.REPOSITORY_LOCAL_USER_TOKEN }}' \
6969
-v /home/runner/work/devblog/devblog:/repo \
7070
jekyll2cms/blogpost-checker:1.0.12
7171

0 commit comments

Comments
 (0)