Skip to content

Commit 15be24e

Browse files
authored
env: JEKYLL_PAT → with: token: secrets.GITHUB_TOKEN
1 parent 428fa39 commit 15be24e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: helaili/jekyll-action@v2
14-
env:
15-
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
1614
with:
1715
target_branch: 'gh-pages'
16+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)