Skip to content

Commit e09355c

Browse files
authored
Update jekyll.yml
1 parent 8402705 commit e09355c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Deploy
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
PAT: ${{ secrets.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 }}
4849
run: |
4950
git config --global user.name "github-actions[bot]"
5051
git config --global user.email "github-actions[bot]@users.noreply.github.com"
@@ -54,6 +55,6 @@ jobs:
5455
- name: Push changes
5556
uses: ad-m/[email protected]
5657
with:
57-
github_token: ${{ secrets.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 }}
58+
PAT: ${{ secrets.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 }}
5859
branch: main
5960
force: true

0 commit comments

Comments
 (0)