Skip to content

Commit

Permalink
Added create section repos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jul 5, 2024
1 parent b0b019a commit 2371811
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/section-repos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 "total-typescript@bot.com"
- 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 }}
1 change: 1 addition & 0 deletions out
Submodule out added at 1924b6

0 comments on commit 2371811

Please sign in to comment.