Skip to content

Commit ce4a066

Browse files
committed
fix: github-token not accepted as input
1 parent 22e9524 commit ce4a066

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/component_k8s_e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
kubernetes-version: "v1.30.14"
5858
start-args: ${{ inputs.minikube_start_args }}
5959
driver: docker
60-
github-token: ${{ secrets.GITHUB_TOKEN }}
6160

6261
- name: Install Tilt
6362
run: |

.github/workflows/push_pr_checks_tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ jobs:
318318
minikube-version: v1.35.0
319319
kubernetes-version: "v1.30.14"
320320
driver: docker
321-
github-token: ${{ secrets.GITHUB_TOKEN }}
322321

323322
- name: Install Tilt
324323
run: |

0 commit comments

Comments
 (0)