This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new d0a4cb9 Update build.yml (#194)
d0a4cb9 is described below
commit d0a4cb91d875ec41192fac40d75e694315bd5895
Author: Kit Chan <[email protected]>
AuthorDate: Fri Jan 26 15:24:56 2024 -0800
Update build.yml (#194)
---
.github/workflows/build.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e97e5c2..52fd993 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,11 +28,11 @@ jobs:
submodules: 'true'
- name: Setup Minikube
- uses: medyagh/setup-minikube@latest
+ uses: manusa/[email protected]
with:
- minikube-version: 1.30.1
- kubernetes-version: v1.27.9
- driver: docker
+ minikube version: 'v1.30.1'
+ kubernetes version: 'v1.27.9'
+ github token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python 3.7
uses: actions/setup-python@v2