Skip to content

Update CMS entries

Update CMS entries #2

name: Update CMS entries
on:
workflow_dispatch:
jobs:
update-cms:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: yarn install
- name: intall ts-node
run: npm install -g ts-node
- name: run tools generator
run: cd workflow/generator && COMPOSIO_API_KEY=cc0fu8lookgq1ov8z4xx9n ts-node sync_tools_from_be.ts