Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <kerthcet@gmail.com>
  • Loading branch information
kerthcet committed Jul 1, 2024
1 parent 839d548 commit 9a1e50a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Workflow As Kubernetes

on:
issue_comment:
types:
- created
pull_request_target:
types:
- labeled
- unlabeled
- synchronize

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
10 changes: 10 additions & 0 deletions .github/workflows/kube-worklfow-init.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Workflow As Kubernetes Initialization

on:
workflow_dispatch:

jobs:
call-workflow:
uses: kerthcet/github-workflow-as-kube/.github/workflows/workflow-as-kubernetes-init.yaml@main
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# llmlite

[![Latest Release](https://img.shields.io/github/v/release/inftyai/llmlite?include_prereleases)](https://github.com/inftyai/llmlite/releases/latest)

**🌵** llmlite is a library helps to communicate with all kinds of LLMs consistently.

## Features
Expand Down

0 comments on commit 9a1e50a

Please sign in to comment.