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 049b024 commit a670e5cCopy full SHA for a670e5c
.github/workflows/jekyll.yml
@@ -45,10 +45,11 @@ jobs:
45
- name: Deploy
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
+ PAT: ${{ secrets.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 }}
49
run: |
- git config --global user.name "GitHub Actions"
50
- git config --global user.email "actions@github.com"
+ git config --global user.name "github-actions[bot]"
51
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
52
+ git remote set-url origin https://x-access-token:${PAT}@github.com/QuickImageComment/QuickImageComment.github.io.git
53
git add .
54
git commit -m "Deploy site"
- git push
- # Deployment job
55
+ git push origin HEAD:main
0 commit comments