Skip to content

Commit

Permalink
Update fetch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored Feb 14, 2024
1 parent 17a5b5c commit dc225ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
node-version: lts/*
cache: yarn

- name: Fetch CC index from CDTN
run: |
curl https://cdtnadmindev.blob.core.windows.net/cdtn/agreements.json -o - | jq > data/index.json
- name: Installing
run: yarn --frozen-lockfile --perfer-offline --link-duplicates

Expand All @@ -27,9 +31,6 @@ 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
Expand Down

0 comments on commit dc225ce

Please sign in to comment.