Skip to content

Commit

Permalink
Merge pull request #85 from symblai/SRE-2116-Fix-url-for-internet-con…
Browse files Browse the repository at this point in the history
…nectivity-check

SRE-2116 Added change to fix github workflow
  • Loading branch information
nischaysymblai authored Oct 31, 2023
2 parents c418a48 + 8c32916 commit 469cb3c
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 469cb3c

Please sign in to comment.