Skip to content

Commit

Permalink
Bump ci to v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet committed Jan 13, 2025
1 parent e677620 commit 1f708fc
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 1f708fc

Please sign in to comment.