[Silver IV] Title: 한윤정이 이탈리아에 가서 아이스크림을 사먹는데, Time: 364 ms, Memory: 3… #45
This file contains hidden or 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: dispatch-workflow | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger repository dispatch | |
| uses: peter-evans/repository-dispatch@v1 | |
| with: | |
| token: ${{ secrets.GH_PAT }} | |
| repository: Rockernun/Programmers_Badge_Generator | |
| event-type: trigger-workflow |