Skip to content

Commit 935bfd7

Browse files
authored
Create dispatch-workflow.yml
1 parent 9151529 commit 935bfd7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: dispatch-workflow
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
dispatch:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Trigger repository dispatch
13+
uses: peter-evans/repository-dispatch@v1
14+
with:
15+
token: ${{ secrets.GH_PAT }}
16+
repository: wonseokyoon/Programmers_Badge_Generator
17+
event-type: trigger-workflow

0 commit comments

Comments
 (0)