Skip to content

Commit

Permalink
ci: add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez authored Apr 2, 2024
1 parent 312e027 commit dc07f9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
IUCN_REDLIST_TOKEN: ${{ secrets.IUCNREDLIST_TOKEN }}
HUGGINGFACE_TOKEN: ${{ secrets.HUGGINGFACE_TOKEN }}
AEMET_API_TOKEN: ${{ secrets.AEMET_API_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dc07f9a

Please sign in to comment.