Skip to content

Commit

Permalink
Auth google.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 26, 2024
1 parent 80b1865 commit 668efe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ runs:
## | ----------- ::: | `-' `--' ##
## `-----------------------' ##
############################################################

- name: 'Auth to GCS'
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ inputs.google_credentials }}"

- name: '[Unix] Setup Conda'
uses: conda-incubator/setup-miniconda@v3
if: ${{ inputs.os != 'windows' }}
Expand Down

0 comments on commit 668efe1

Please sign in to comment.