We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 423a909 + 693a59a commit 8d32234Copy full SHA for 8d32234
2 files changed
.github/workflows/kube-workflow-init.yaml
@@ -0,0 +1,10 @@
1
+name: Initialization Workflow
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ init:
8
+ uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@v0.1.3
9
+ secrets:
10
+ AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
.github/workflows/kube-workflow.yaml
@@ -0,0 +1,21 @@
+name: Event Workflow
+ issues:
+ types:
+ - opened
+ issue_comment:
+ - created
+ pull_request_target:
11
12
13
+ - synchronize
14
+ - labeled
15
+ - unlabeled
16
17
18
+ event-handler:
19
+ uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@v0.1.3
20
21
0 commit comments