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 2f07fee commit a6bc75bCopy full SHA for a6bc75b
.github/workflows/publish.yml
@@ -96,7 +96,7 @@ jobs:
96
- id: 'auth'
97
name: Authenticate with Google Cloud
98
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
99
- uses: 'google-github-actions/auth@v2'
+ uses: 'google-github-actions/auth@v3'
100
with:
101
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
102
- name: Set up Cloud SDK
0 commit comments