Skip to content

Merge branch 'main' of github.com:total-typescript/total-typescript-book #10

Merge branch 'main' of github.com:total-typescript/total-typescript-book

Merge branch 'main' of github.com:total-typescript/total-typescript-book #10

Workflow file for this run

name: Create Section Repos
on:
push:
branches:
- "main"
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Total TypeScript Bot"
- run: npx @total-typescript/exercise-cli@latest create-section-repos
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}