Skip to content

Commit

Permalink
reverting service account changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-523 committed Jan 8, 2025
1 parent 15bcf7a commit d14f3a2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ 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 }}
credentials_json: ${{ secrets.YRAL_DATA_SCIENCE_GOOGLE_CLOUD_PROJECT_EVENTS_BQ_SERVICE_ACCOUNT_KEY }}

- 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
with:
Expand Down

0 comments on commit d14f3a2

Please sign in to comment.