Skip to content

Commit

Permalink
chore: fetch data/index from cdtn
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Feb 14, 2024
1 parent e899148 commit 0b87cfe
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://cdtnadmindev.blob.core.windows.net/cdtn/agreements.json -o - | jq > data/index.json
- name: Get metadata
id: metadata
shell: bash
Expand Down

0 comments on commit 0b87cfe

Please sign in to comment.