Skip to content

신규 멤버 및 스터디 신청합니다! (#121) #70

신규 멤버 및 스터디 신청합니다! (#121)

신규 멤버 및 스터디 신청합니다! (#121) #70

Workflow file for this run

name: 'Team Sync'
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'teams.yaml'
jobs:
synchronize-teams:
runs-on: ubuntu-latest
steps:
- uses: rmacklin/team-sync@v0
with:
repo-token: "${{ secrets.ORG_ADMIN_TOKEN }}"
team-data-path: 'teams.yaml'