Skip to content

Commit 560d0bf

Browse files
committed
Updated environment variable in workflow
The environment variable used in the GitHub Actions workflow has been updated. Previously, it was using `JEKYLL_PAT` and now it's using `GITHUB_TOKEN`. This change ensures better security and access control for the Jekyll action.
1 parent f00054a commit 560d0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
git config --global --add safe.directory /github/workspace
3030
- uses: helaili/jekyll-action@2.0.1
3131
env:
32-
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
32+
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)