Skip to content

Commit 5941f7d

Browse files
authored
Create dispatch_action.yml
1 parent 199d19b commit 5941f7d

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_action
2+
3+
on:
4+
push:
5+
branches:
6+
- master
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
17+
event-type: trigger-workflow

0 commit comments

Comments
 (0)