Skip to content

Commit 654aa14

Browse files
committed
fix: minikube setup does not use github token
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 12b1711 commit 654aa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
minikube version: 'v1.34.0'
4545
kubernetes version: '${{ inputs.kube-version }}'
4646
driver: 'docker'
47-
github token: ${{ secrets.GITHUB_TOKEN }}
47+
github token: ${{ github.token }}
4848
- name: "${{inputs.it-category}} integration tests (kube: ${{ inputs.kube-version }} / java: ${{ inputs.java-version }} / client: ${{ inputs.http-client }})"
4949
run: |
5050
if [ -z "${{inputs.it-category}}" ]; then

0 commit comments

Comments
 (0)