Skip to content

Commit 8515b08

Browse files
committed
Restored token needed for self-push steps
1 parent b83ffa7 commit 8515b08

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-chatgpt-usercount-jsd-shields-weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Checkout adamlui/userscripts
1919
uses: actions/checkout@v5
2020
with:
21+
token: ${{ secrets.REPO_SYNC_PAT }}
2122
path: adamlui/userscripts
2223

2324
- name: Fetch/sum GF script user + JSD request counts

.github/workflows/update-root-usercount-jsd-shields-weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Checkout adamlui/userscripts
1919
uses: actions/checkout@v5
2020
with:
21+
token: ${{ secrets.REPO_SYNC_PAT }}
2122
path: adamlui/userscripts
2223

2324
- name: Fetch/sum GF script user + JSD request counts

0 commit comments

Comments
 (0)