File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
- - uses : google-github-actions/auth@v2.1.3
23
+ - uses : google-github-actions/auth@v2.1.4
24
24
with :
25
25
workload_identity_provider : ' ${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
26
26
service_account : ' ${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
@@ -108,7 +108,7 @@ jobs:
108
108
helm template chart/ > helm-output.yaml
109
109
kustomize create --resources helm-output.yaml
110
110
kustomize build .
111
- - uses : google-github-actions/auth@v2.1.3
111
+ - uses : google-github-actions/auth@v2.1.4
112
112
with :
113
113
workload_identity_provider : ' ${{ secrets.WORKLOAD_IDENTITY_POOL_PROVIDER }}'
114
114
service_account : ' ${{ secrets.CONTAINER_IMAGE_BUILDER_SERVICE_ACCOUNT_ID }}'
You can’t perform that action at this time.
0 commit comments