We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8402705 commit e09355cCopy full SHA for e09355c
.github/workflows/jekyll.yml
@@ -45,6 +45,7 @@ jobs:
45
- name: Deploy
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+ PAT: ${{ secrets.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 }}
49
run: |
50
git config --global user.name "github-actions[bot]"
51
git config --global user.email "github-actions[bot]@users.noreply.github.com"
@@ -54,6 +55,6 @@ jobs:
54
55
- name: Push changes
56
uses: ad-m/[email protected]
57
with:
- github_token: ${{ secrets.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 }}
58
59
branch: main
60
force: true
0 commit comments