kyuubi/.github/workflows
Fu Chen ae7265c7bb [KYUUBI #4108] [BUILD] Provide GitHub token to prevent 403 error
### _Why are the changes needed?_

1. Provide GitHub token to prevent 403 error.

https://github.com/apache/kyuubi/actions/runs/3852055295/jobs/6563845498

```
    data: {
      message: "API rate limit exceeded for 65.52.35.0. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
      documentation_url: 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'
    }
```

from [Github docs](https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limits-for-requests-from-github-actions)

> When using GITHUB_TOKEN, the rate limit is 1,000 requests per hour per repository. For requests to resources that belong to an enterprise account on GitHub.com, GitHub Enterprise Cloud's rate limit applies, and the limit is 15,000 requests per hour per repository.

from [actions-setup-minikube docs](https://github.com/manusa/actions-setup-minikube#optional-input-parameters)

> GITHUB_TOKEN secret value to access GitHub REST API with an unlimited number of requests (optional but recommended)

2. bump up minikube from v1.25.2 to v1.28.0
3. bump up kubernetes from v1.23.3 to v1.25.4

### _How was this patch tested?_

Pass CI.

Closes #4108 from cfmcgrady/ga.

Closes #4108

d19071153 [Fu Chen] fix ga

Authored-by: Fu Chen <cfmcgrady@gmail.com>
Signed-off-by: Fu Chen <cfmcgrady@gmail.com>
2023-01-06 16:21:52 +08:00
..
dep.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
docker-image.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
greetings.yml [KYUUBI #4020] remove incubating from kyuubi source code 2023-01-04 09:43:20 +08:00
labeler.yml [KYUUBI #2085] Add a labeler github action to triage PRs 2022-03-14 16:58:40 +08:00
license.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
master.yml [KYUUBI #4108] [BUILD] Provide GitHub token to prevent 403 error 2023-01-06 16:21:52 +08:00
nightly.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
publish-snapshot.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
stale.yml [KYUUBI #3692] [INFRA] [FOLLOWUP] Upgrade Github actions version 2022-10-29 10:43:37 +00:00
style.yml [KYUUBI #4078] [INFRA] Enable shellcheck on CI 2023-01-05 15:13:43 +08:00
web-ui.yml [KYUUBI #3340] [Subtask][KPIP-5] Github CI check kyuubi web ui 2022-09-02 14:28:10 +08:00