feat: sse 연결 오류 시 3초마다 다시 연결하도록 수정 (#495) #100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |