Fix typo in GHA workflow.
Austin S. Hemmelgarn committed
Nov 18, 2022 at 10:19 UTC
7b8ea84566f46d2f657282b641910040a1736e21
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -672,7 +672,7 @@ jobs:
672
path: final-artifacts
673
- name: Authenticate to GCS
674
id: gcs-auth
675
- uses: googe-github-actions/auth@v1
675
+ uses: google-github-actions/auth@v1
676
with:
677
project_id: ${{ secrets.GCP_NIGHTLY_STORAGE_PROJECT }}
678
credentials_json: ${{ secrets.GCS_STORAGE_SERVICE_KEY_JSON }}