Skip to content

Commit

Permalink
ci: set vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 7, 2024
1 parent cca158c commit 6adf0d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
node-version: 'lts/*'
- run: npm ci
- run: npm run export -- --output resources/data-sheets.nq
env:
PROJECT_ID: ${{ vars.PROJECT_ID }}
INCEPTION_URL: ${{ vars.INCEPTION_URL }}
AUTH: ${{ secrets.AUTH }}
- run: npx talos print --base https://wikibus.org resources > resources.nq
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6adf0d2

Please sign in to comment.