Skip to content

Commit

Permalink
add gcp creds
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-yaish committed Jul 28, 2023
1 parent 8b3cc7c commit 14c0ed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
--test_output=all \
--action_env=GIT_DIR=${PWD}/$(git rev-parse --git-dir) \
--action_env=CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} \
--remote_cache=https://storage.googleapis.com/bazel-test-dana \
--google_credentials=service.json \
--combined_report=lcov //app/...
env:
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}

0 comments on commit 14c0ed8

Please sign in to comment.