Skip to content

fix: 알림 patch 요청 관련 버그 수정 (#375) #39

fix: 알림 patch 요청 관련 버그 수정 (#375)

fix: 알림 patch 요청 관련 버그 수정 (#375) #39

name: Trigger repository_dispatch
on:
push:
branches:
- main
- dev
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: gh api /repos/dlwl98/pickple-front/dispatches -f event_type='dispatch_event'
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}