File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 steps :
4646 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
4747
48- - uses : ' google-github-actions/auth@v2 ' # ratchet:exclude
48+ - uses : ' google-github-actions/auth@v3 ' # ratchet:exclude
4949 with :
5050 workload_identity_provider : ' ${{ vars.WIF_PROVIDER_NAME }}'
5151
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - id : ' auth'
27- uses : ' google-github-actions/auth@v2 '
27+ uses : ' google-github-actions/auth@v3 '
2828 with :
2929 workload_identity_provider : ' projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
3030
3939 namespace : ' my-namespace'
4040 expose : ' 8000'
4141 k8s_manifests : ' configs'
42-
42+
4343 - name : ' get-deployments'
4444 shell : bash
4545 run : |
6161- ` project_id` - (Required) Project ID where the cluster is deployed.
6262
6363- ` namespace` - (Optional) Namespace of GKE cluster to deploy to.
64- If not provided, it will not be passed to the binary.
64+ If not provided, it will not be passed to the binary.
6565
6666- ` expose` - (Optional) The port provided will be used to expose the deployed
6767 workload object (i.e., port and targetPort will be set to the value provided
Original file line number Diff line number Diff line change 22 "name" : " deploy-gke" ,
33 "version" : " 0.0.4" ,
44 "engines" : {
5- "node" : " 20 .x" ,
6- "npm" : " 10 .x"
5+ "node" : " >= 24 .x" ,
6+ "npm" : " >= 11 .x"
77 },
88 "scripts" : {
99 "build" : " exit 0"
You can’t perform that action at this time.
0 commit comments