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 2c653fb commit 840f1f5Copy full SHA for 840f1f5
.github/workflows/mirror.yml
@@ -14,9 +14,11 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Mirror push to ScribbleLabApp-Community
17
+ env:
18
+ TOKEN: ${{ secrets.MIRROR_TOKEN }}
19
run: |
20
git config --global user.name "ScribbleCareBear CI"
21
git config --global user.email "[email protected]"
22
- git remote add mirror https://$GITHUB_ACTOR:${{ secrets.MIRROR_TOKEN }}@github.com/ScribbleLabApp-Community/ScribbleLabDocsKit.git
23
+ git remote add mirror https://x-access-token:${{ secrets.MIRROR_TOKEN }}@github.com/ScribbleLabApp-Community/ScribbleLabDocsKit.git
24
git push mirror --mirror
0 commit comments