Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 12, 2024
1 parent 52052a4 commit 8d4a335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# GCP
- name: 'Authenticate to Google Cloud'
id: auth
id: auth-gcp
uses: google-github-actions/auth@v2.1.3
with:
project_id: ${{ secrets.GCP_PROJECT }}
Expand All @@ -84,7 +84,7 @@ jobs:

# GCP
- name: 'Authenticate to Google Cloud'
id: auth
id: auth-pypi
uses: google-github-actions/auth@v2.1.3
with:
project_id: ${{ secrets.GCP_PROJECT }}
Expand Down

0 comments on commit 8d4a335

Please sign in to comment.