Skip to content

변경(teams.yaml) : 페어프로그래밍 스터디 신청 (#63) #17

변경(teams.yaml) : 페어프로그래밍 스터디 신청 (#63)

변경(teams.yaml) : 페어프로그래밍 스터디 신청 (#63) #17

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.GH_TOKEN }}"
team-data-path: 'teams.yaml'