We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6550dc commit 4c0398dCopy full SHA for 4c0398d
1 file changed
.github/workflows/dispatch-workflow.yml
@@ -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