Skip to content

Commit

Permalink
chore: fetch data/index from cdtn (#302)
Browse files Browse the repository at this point in the history
* chore: fetch data/index from cdtn

* Update .github/workflows/fetch.yml

---------

Co-authored-by: Martial Maillot <martial.maillot@gmail.com>
  • Loading branch information
revolunet and m-maillot authored Sep 30, 2024
1 parent 34d985d commit d903c15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
OAUTH_CLIENT_ID: ${{ secrets.DILA_OAUTH_CLIENT_ID }}
OAUTH_CLIENT_SECRET: ${{ secrets.DILA_OAUTH_CLIENT_SECRET }}

- name: Fetch CC index from CDTN
run: |
curl https://cdtn-prod-public.s3.gra.io.cloud.ovh.net/published/agreements/index.json -o - | jq > data/index.json
- name: Get metadata
id: metadata
shell: bash
Expand Down

0 comments on commit d903c15

Please sign in to comment.