Skip to content

openrouter-integration: add script and config #80

openrouter-integration: add script and config

openrouter-integration: add script and config #80

name: Generate script metadata index
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate index
run: ./.github/workflows/scripts/generate-index.sh
- name: Upload index.json
run: |
gh release upload metadata-index index.json --clobber --repo "$GITHUB_REPOSITORY"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}