Skip to content

카카오 맵 api parse blocking 경고 해결 및 global define 변경 (#359) #31

카카오 맵 api parse blocking 경고 해결 및 global define 변경 (#359)

카카오 맵 api parse blocking 경고 해결 및 global define 변경 (#359) #31

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