Skip to content

ci: add uptriever job #4

ci: add uptriever job

ci: add uptriever job #4

Workflow file for this run

name: Upload to Trieve
on:
push:
tags:
- v1.3.*
- v1.4.*
- v1.5.*
branches:
- master
workflow_dispatch:
jobs:
uptrieve:
uses: anycable/github-actions/.github/workflows/uptrieve.yml@master

Check failure on line 15 in .github/workflows/trieve.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trieve.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trieve.yml" -> "anycable/github-actions/.github/workflows/uptrieve.yml@master" (source branch with sha:4c8bbce3fe93713c41a009ed77aff9acfcaaffa5) : a step cannot have both the `uses` and `run` keys
secrets:
api_key: ${{ secrets.TRIEVE_API_KEY }}
dataset: ${{ secrets.TRIEVE_DATASET }}
with:
latest_version: "v1.5"