We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530541f commit bbd7500Copy full SHA for bbd7500
.github/workflows/section-repos.yml
@@ -15,3 +15,5 @@ jobs:
15
- run: git config --global user.email "[email protected]"
16
- run: git config --global user.name "Total TypeScript Bot"
17
- run: npx @total-typescript/exercise-cli@latest create-section-repos
18
+ env:
19
+ GH_TOKEN: ${{ github.token }}
0 commit comments