diff --git a/.github/workflows/section-repos.yml b/.github/workflows/section-repos.yml index c80d772..0784bf9 100644 --- a/.github/workflows/section-repos.yml +++ b/.github/workflows/section-repos.yml @@ -15,3 +15,5 @@ jobs: - run: git config --global user.email "total-typescript@bot.com" - run: git config --global user.name "Total TypeScript Bot" - run: npx @total-typescript/exercise-cli@latest create-section-repos + env: + GH_TOKEN: ${{ github.token }}