Skip to content

Commit

Permalink
Pass in GCS creds to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons committed Jun 28, 2023
1 parent 9d17e5e commit 6dceca1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,20 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Stash Google credentials
run: echo "$GOOGLE_CREDS" > /tmp/google_creds.json
shell: bash
env:
GOOGLE_CREDS: ${{ secrets.GOOGLE_CREDS }}

- name: Run tox
uses: lsst-sqre/run-tox@v1
with:
python-version: ${{ matrix.python }}
tox-envs: "py,coverage-report,typing"
env:
GOOGLE_APPLICATION_CREDENTIALS: '/tmp/google_creds.json'


build:

Expand Down

0 comments on commit 6dceca1

Please sign in to comment.