Skip to content

Commit

Permalink
Finish uploading workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Aug 28, 2023
1 parent 30ce43c commit 78fcf8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/parse_catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_PUBLIC_CMIP6_SERVICE_ACCOUNT }}"
- name: Check content
run: ls -l
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
- name: 'Upload csv files'
run: 'gcloud storage cp *.csv gs://cmip6/leap/testing/catalogs/'

0 comments on commit 78fcf8d

Please sign in to comment.