Skip to content

Commit de2b761

Browse files
Upgrade provision-cluster to latest
Signed-off-by: Rick Lane <[email protected]>
1 parent fff99fe commit de2b761

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration_tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ jobs:
3232
id: kubectl
3333
- name: Provision Kubeception cluster
3434
id: kluster
35-
uses: datawire/infra-actions/[email protected].6
35+
uses: datawire/infra-actions/[email protected].8
3636
with:
3737
distribution: Kubeception
3838
version: 1.26
3939
kubeconfig: ${{ env.KUBECONFIG }}
4040
kubeceptionToken: ${{ secrets.DEV_AMBASSADOR_AGENT_KUBECEPTION_TOKEN }}
41-
gkeCredentials: '{"project_id": "foo"}' # See https://github.com/datawire/infra-actions/issues/66
4241
- name: Add a private image registry to the cluster
4342
run: make private-registry
4443
- name: Build image

0 commit comments

Comments
 (0)