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 69e6b6b commit 38ef90cCopy full SHA for 38ef90c
.github/workflows/sync.yml
@@ -20,7 +20,7 @@ jobs:
20
git remote add origin https://$GITHUB_TOKEN@github.com/microsoft/TypeScript-wiki.git > /dev/null 2>&1
21
git remote add upstream https://$GITHUB_TOKEN@github.com/microsoft/TypeScript.wiki.git > /dev/null 2>&1
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.TS_BOT_TOKEN }}
24
25
- run: git fetch origin
26
- run: git fetch upstream
0 commit comments