Skip to content

Commit

Permalink
chore: remove credentials on ui build (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez authored Mar 18, 2024
1 parent 4029a37 commit aa91b32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- 'triage.yml'
- 'end_to_end.yml'
- 'web/**'
- '.github/workflows/web_**.yml'
- '.github/workflows/stg_web_**.yml'
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
paths-ignore:
- '**.md'
- '.github/workflows/**'

jobs:
formatting:
Expand Down
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 aa91b32

Please sign in to comment.