We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8e2e9 commit e93c649Copy full SHA for e93c649
.github/workflows/docs-deploy.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- id: 'auth'
79
name: 'Authenticate to Google Cloud'
80
- uses: google-github-actions/auth@v0
+ uses: google-github-actions/auth@v1
81
with:
82
credentials_json: ${{ secrets.GCS_SA_KEY }}
83
.github/workflows/tpu-tests.yml
@@ -70,7 +70,7 @@ jobs:
70
cat dockers/base-xla/tpu_workflow.jsonnet
71
shell: bash
72
73
- - uses: google-github-actions/auth@v0
+ - uses: google-github-actions/auth@v1
74
75
credentials_json: ${{ secrets.GKE_SA_KEY_BASE64 }}
76
0 commit comments