Skip to content

Commit

Permalink
Merge pull request #817 from Progi1984/uiTestNightly
Browse files Browse the repository at this point in the history
Nightly : Bump Github Actions `google-github-actions/auth` & `google-github-actions/setup-gcloud`
  • Loading branch information
Progi1984 authored Jul 22, 2024
2 parents ad67877 + fe8f370 commit 7987640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ jobs:
# Nightly : Auth GCP
- name: "Nightly : Auth GCP"
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GC_SERVICE_KEY }}
project_id: ${{ secrets.GC_PROJECT_ID }}

# Nightly : Setup GCP
- name: "Nightly : Setup GCP"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

# Nightly : Upload to Google Cloud Storage (GCS)
- name: "Nightly : Upload to Google Cloud Storage (GCS)"
Expand Down

0 comments on commit 7987640

Please sign in to comment.