We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a55c95 commit 53efec3Copy full SHA for 53efec3
1 file changed
.github/workflows/update.yml
@@ -39,12 +39,10 @@ jobs:
39
mv index.xml docs/index.xml
40
41
- name: Commit RSS update
42
- env:
43
- GH_PAT: ${{ secrets.GH_PAT }}
44
run: |
45
- git config user.name 'github-actions[bot]'
46
- git config user.email 'github-actions[bot]@users.noreply.github.com'
+ git config user.name "MisterJack49"
+ git config user.email "misterjack49@users.noreply.github.com"
47
git add docs/index.xml
48
git diff --cached --quiet || git commit -m "Update RSS feed"
49
- git push "https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}.git" HEAD:master
+ git push "https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git" HEAD:master
50
0 commit comments