Skip to content

알림 key값에 따라 NotificationItem 컴포넌트 구체화 (#237) #28

알림 key값에 따라 NotificationItem 컴포넌트 구체화 (#237)

알림 key값에 따라 NotificationItem 컴포넌트 구체화 (#237) #28

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 }}