Skip to content

Commit

Permalink
Merge pull request #237 from kerthcet/cleanup/upgrade-ci
Browse files Browse the repository at this point in the history
Bump ci to v0.1.4
  • Loading branch information
InftyAI-Agent authored Jan 13, 2025
2 parents e677620 + 1f708fc commit fff29cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golang-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ on:

jobs:
golang-ci:
# Use a released version for stable.
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected]
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/kube-workflow-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
init:
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].3
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].4
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/kube-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ on:

jobs:
event-handler:
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].3
uses: kerthcet/github-workflow-as-kube/.github/workflows/[email protected].4
secrets:
AGENT_TOKEN: ${{ secrets.AGENT_TOKEN }}

0 comments on commit fff29cc

Please sign in to comment.