Skip to content

Commit 4c0398d

Browse files
authored
Create dispatch-workflow.yml
1 parent a6550dc commit 4c0398d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

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: macboy5/Programmers_Badge_Generator
17+
event-type: trigger-workflow

0 commit comments

Comments
 (0)