Skip to content

Commit 23de768

Browse files
committed
fixes
1 parent 66b3513 commit 23de768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
git init
109109
git config --global user.name "github-actions"
110110
git config --global user.email "github-actions@github.com"
111-
git remote add origin https://github.com/Trease-Focus/cache-trees-cdn.git || true
111+
git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/Trease-Focus/cache-trees-cdn.git || true
112112
git fetch origin cache-data || true
113113
git checkout -B cache-data || git checkout --orphan cache-data
114114
git add .

0 commit comments

Comments
 (0)