Skip to content

Commit 549bfed

Browse files
committed
Update
1 parent ab3d8cd commit 549bfed

File tree

7 files changed

+219
-76
lines changed

7 files changed

+219
-76
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
Never ever change the README.md directly!
33
44
Add your contributions to the CONTRIBUTE_README.md!
5-
6-
Please read the CONTRIBUTING.md first!
75
-->

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Run README generation workflow
5050
env:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
PAT: ${{ secrets.PAT }}
5252
run: |
5353
java --enable-preview --source 25 scripts/run_workflow.java
5454
@@ -58,7 +58,7 @@ jobs:
5858
git config --local user.name "GitHub Action"
5959
git add -f README.md
6060
# Always commit the stats cache so it persists for next run
61-
git add .tmp/github-stats.txt || true
61+
git add -f .tmp/github-stats.txt || true
6262
if git diff --staged --quiet; then
6363
echo "No changes to commit"
6464
else

0 commit comments

Comments
 (0)