Skip to content

Commit

Permalink
[RSDK-9860] use prod credentials for mirror (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjperez authored Jan 31, 2025
1 parent 9e1c116 commit 430f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Authenticate GCP
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS_JSON }}'
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'

- name: Setup Google Cloud SDK
uses: google-github-actions/setup-gcloud@v2
Expand Down

0 comments on commit 430f11a

Please sign in to comment.