Skip to content

Commit 8d32234

Browse files
Merge pull request #2 from kerthcet/feat/add-oss-s3
add workflow
2 parents 423a909 + 693a59a commit 8d32234

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Event Workflow
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
issue_comment:
8+
types:
9+
- created
10+
pull_request_target:
11+
types:
12+
- opened
13+
- synchronize
14+
- labeled
15+
- unlabeled
16+
17+
jobs:
18+
event-handler:
19+
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@v0.1.3
20+
secrets:
21+
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

0 commit comments

Comments
 (0)