Skip to content

Commit

Permalink
Merge pull request #90 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
fixed workflow
  • Loading branch information
santiago123x authored Oct 8, 2024
2 parents f4d5c9c + 355701f commit 3360430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
source env/bin/activate
- name: Create .cdsapirc file
run: |
echo "url: https://cds.climate.copernicus.eu/api/v2" > /home/runner/.cdsapirc
echo "url: https://cds.climate.copernicus.eu/api" > /home/runner/.cdsapirc
echo "key: ${{ secrets.CDSAPIRC_KEY }}" >> /home/runner/.cdsapirc
- name: Display content
run: cat /home/runner/.cdsapirc
Expand Down

0 comments on commit 3360430

Please sign in to comment.