From 5baaa87b6e7c5176be5cffb61d748e081b832f15 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Mon, 25 Mar 2024 19:53:20 -0600 Subject: [PATCH] add unstable workflow --- .github/workflows/publish-unstable.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/publish-unstable.yaml diff --git a/.github/workflows/publish-unstable.yaml b/.github/workflows/publish-unstable.yaml new file mode 100644 index 00000000..7f381cde --- /dev/null +++ b/.github/workflows/publish-unstable.yaml @@ -0,0 +1,16 @@ +name: '🚀 Publish (Unstable) Plugin' + +on: + push: + branches: + - unstable + workflow_dispatch: + +jobs: + call: + uses: jellyfin/jellyfin-meta-plugins/.github/workflows/publish-unstable.yaml@master + secrets: + deploy-host: ${{ secrets.REPO_HOST }} + deploy-user: ${{ secrets.REPO_USER }} + deploy-key: ${{ secrets.REPO_KEY }} + token: ${{ secrets.JF_BOT_TOKEN }}