Skip to content

Upload to Trieve

Upload to Trieve #2

Workflow file for this run

name: Upload to Trieve
on:
push:
tags:
- v1.3.*
- v1.4.*
- v1.5.*
workflow_dispatch:
jobs:
uptrieve_edge:
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: anycable/github-actions/.github/workflows/uptrieve.yml@master
secrets:
api_key: ${{ secrets.TRIEVE_API_KEY }}
dataset: ${{ secrets.TRIEVE_DATASET }}