Skip to content

Commit a39819f

Browse files
committed
Restored needed token
1 parent eba5e6d commit a39819f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/sync-chatgpt.js-changes-to-chrome-starter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Checkout KudoAI/chatgpt.js
2020
uses: actions/checkout@v5
2121
with:
22+
token: ${{ secrets.REPO_SYNC_PAT }}
2223
path: KudoAI/chatgpt.js
2324

2425
- name: Checkout KudoAI/chatgpt.js-chrome-starter

.github/workflows/sync-en-readme-changes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Checkout KudoAI/chatgpt.js
2222
uses: actions/checkout@v5
2323
with:
24+
token: ${{ secrets.REPO_SYNC_PAT }}
2425
path: KudoAI/chatgpt.js
2526
fetch-depth: 2
2627

0 commit comments

Comments
 (0)