There was an error while loading. Please reload this page.
1 parent 66b3513 commit 23de768Copy full SHA for 23de768
1 file changed
.github/workflows/generate-cache.yml
@@ -108,7 +108,7 @@ jobs:
108
git init
109
git config --global user.name "github-actions"
110
git config --global user.email "github-actions@github.com"
111
- git remote add origin https://github.com/Trease-Focus/cache-trees-cdn.git || true
+ git remote add origin https://x-access-token:${GITHUB_TOKEN}@github.com/Trease-Focus/cache-trees-cdn.git || true
112
git fetch origin cache-data || true
113
git checkout -B cache-data || git checkout --orphan cache-data
114
git add .
0 commit comments