Skip to content

Commit

Permalink
SRE-2116 Added change to fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nischaysymblai committed Oct 31, 2023
1 parent c418a48 commit 8c32916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload-to-cdn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- id: 'googleauth'
uses: 'google-github-actions/auth@v0'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
credentials_json: '${{ secrets.GCP_PROD_CREDENTIALS }}'
- run: gcloud auth list

- id: upload_minified_file
uses: google-github-actions/upload-cloud-storage@v0
Expand Down

0 comments on commit 8c32916

Please sign in to comment.