Skip to content

Regenerate all clients based on OAG 7.4.0 . #16

Regenerate all clients based on OAG 7.4.0 .

Regenerate all clients based on OAG 7.4.0 . #16

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
<<<<<<< Updated upstream

Check failure on line 10 in .github/workflows/ci-workflow.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-workflow.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
- uses: actions/setup-node@v4
=======
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
- uses: actions/setup-node@v1
>>>>>>> Stashed changes
with:
node-version: '20'
- uses: ./.github/actions/ci-action
- run: npm install -g gh-pages
- run: CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot <[email protected]>" --repo "https://cliffano:${{ secrets.OAPICF_GITHUB_TOKEN }}@github.com/oapicf/endoflife.date-api-clients.git"