We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840f1f5 commit d81173eCopy full SHA for d81173e
.github/workflows/mirror.yml
@@ -20,5 +20,5 @@ jobs:
20
git config --global user.name "ScribbleCareBear CI"
21
git config --global user.email "[email protected]"
22
23
- git remote add mirror https://x-access-token:${{ secrets.MIRROR_TOKEN }}@github.com/ScribbleLabApp-Community/ScribbleLabDocsKit.git
+ git remote add mirror https://x-access-token:${TOKEN}@github.com/ScribbleLabApp-Community/ScribbleLabDocsKit.git
24
git push mirror --mirror
0 commit comments