Skip to content

Create Example Repos #27

Create Example Repos

Create Example Repos #27

name: Create Example Repos
on:
workflow_dispatch:
schedule:
- cron: "5 23 * * 5,6"
jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure contributor
run: |
git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions"
- name: Run script
shell: pwsh
env:
AZURE_DEVOPS_CREATE_PAT: ${{ secrets.AZURE_DEVOPS_CREATE_PAT }}
TEMP: ${{ runner.temp }}
PROVISIONCOUNT: ${{ vars.PROVISIONCOUNT }}
run: |
.\make.ps1 -command "provision" -provisionCount $env:PROVISIONCOUNT