Update CMS entries #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |