From 438c43ed525e30f64d98e42b0db73efffc1243bb Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 25 Jul 2024 16:58:15 +0300 Subject: [PATCH] ci: trieve.yml --- .github/workflows/trieve.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/trieve.yml diff --git a/.github/workflows/trieve.yml b/.github/workflows/trieve.yml new file mode 100644 index 0000000..c9cff32 --- /dev/null +++ b/.github/workflows/trieve.yml @@ -0,0 +1,20 @@ +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 + secrets: + api_key: ${{ secrets.TRIEVE_API_KEY }} + dataset: ${{ secrets.TRIEVE_DATASET }} + with: + latest_version: "v1.5"