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 @@ -123,7 +123,7 @@ jobs:
123
123
./gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
124
124
125
125
# Setup gcloud auth
126
- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
126
+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
127
127
with :
128
128
service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
129
129
credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -707,7 +707,7 @@ jobs:
707
707
export CLOUDSDK_PYTHON=${{ steps.python.outputs.python-path }}
708
708
709
709
# Setup gcloud auth
710
- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
710
+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
711
711
with :
712
712
service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
713
713
credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220
220
gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
221
221
222
222
# Setup gcloud auth
223
- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
223
+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
224
224
with :
225
225
service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
226
226
credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -906,7 +906,7 @@ jobs:
906
906
907
907
steps :
908
908
# Setup gcloud auth
909
- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
909
+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
910
910
with :
911
911
service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
912
912
credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
Original file line number Diff line number Diff line change 95
95
# Authenticate and push to the release registry
96
96
- id : ' auth-release'
97
97
name : Authenticate with gcloud for release registry 🎫
98
- uses : ' google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf '
98
+ uses : ' google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 '
99
99
with :
100
100
credentials_json : ' ${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
101
101
@@ -164,7 +164,7 @@ jobs:
164
164
# Authenticate and push to the release registry
165
165
- id : ' auth-dev'
166
166
name : Authenticate with gcloud for dev registry 🎫
167
- uses : ' google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf '
167
+ uses : ' google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 '
168
168
with :
169
169
credentials_json : ' ${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
170
170
You can’t perform that action at this time.
0 commit comments