Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ on:
types:
- opened
- synchronize
issue_comment:
types:
- created

jobs:
golang-ci:
# Use a released version for stable.
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-golang-ci.yaml@main
1 change: 1 addition & 0 deletions .github/workflows/kube-workflow-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
init:
# Use a released version for stable.
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:

jobs:
event-handler:
# Use a released version for stable.
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
1 change: 1 addition & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
approvers:
- kerthcet
- TBD

reviewers:
Expand Down
Loading