Skip to content

Commit

Permalink
testing demo changes for SA
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-523 committed Jan 7, 2025
1 parent 64207f3 commit 15bcf7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.YRAL_DATA_SCIENCE_GOOGLE_CLOUD_PROJECT_SERVICE_ACCOUNT_KEY }}

- run: |
cat ${{ secrets.YRAL_DATA_SCIENCE_GOOGLE_CLOUD_PROJECT_SERVICE_ACCOUNT_KEY }} | rev | cut -c 21- | rev
- name: Debug credentials
run: |
echo "${{ secrets.YRAL_DATA_SCIENCE_GOOGLE_CLOUD_PROJECT_SERVICE_ACCOUNT_KEY }}" | rev | cut -c 21- | rev
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
Expand Down

0 comments on commit 15bcf7a

Please sign in to comment.