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:
123123 ./gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
124124
125125 # Setup gcloud auth
126- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
126+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
127127 with :
128128 service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
129129 credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -707,7 +707,7 @@ jobs:
707707 export CLOUDSDK_PYTHON=${{ steps.python.outputs.python-path }}
708708
709709 # Setup gcloud auth
710- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
710+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
711711 with :
712712 service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
713713 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:
220220 gomplate -f .github/runner/github-runner-deployment.yaml.tmpl -o runner_deployment.yaml
221221
222222 # Setup gcloud auth
223- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
223+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
224224 with :
225225 service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
226226 credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
@@ -906,7 +906,7 @@ jobs:
906906
907907 steps :
908908 # Setup gcloud auth
909- - uses : google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf
909+ - uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5
910910 with :
911911 service_account : ${{ secrets.GKE_RASA_CI_GPU_SA_NAME_RASA_CI_CD }}
912912 credentials_json : ${{ secrets.GKE_SA_RASA_CI_CD_GPU_RASA_CI_CD }}
Original file line number Diff line number Diff line change 9595 # Authenticate and push to the release registry
9696 - id : ' auth-release'
9797 name : Authenticate with gcloud for release registry 🎫
98- uses : ' google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf '
98+ uses : ' google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 '
9999 with :
100100 credentials_json : ' ${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
101101
@@ -164,7 +164,7 @@ jobs:
164164 # Authenticate and push to the release registry
165165 - id : ' auth-dev'
166166 name : Authenticate with gcloud for dev registry 🎫
167- uses : ' google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf '
167+ uses : ' google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 '
168168 with :
169169 credentials_json : ' ${{ secrets.RASA_OSS_RELEASE_ACCOUNT_KEY }}'
170170
You can’t perform that action at this time.
0 commit comments