Skip to content

Commit

Permalink
remove credentials on ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Mar 8, 2024
1 parent 5b923ea commit 9af4a17
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/web_client_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'web/client/**'
- '.github/workflows/web_client_pr.yml'

env:
NODE_VERSION: "20"
Expand Down Expand Up @@ -41,14 +42,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_WEB_VALIDATOR_SA_KEY }}

- uses: google-github-actions/setup-gcloud@v2
with:
version: '>= 390.0.0'

- name: run gradle tasks
shell: bash
run: |
Expand Down

0 comments on commit 9af4a17

Please sign in to comment.