From 9f43234f344d6a37c20c45e72a52e67db43a7109 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Mon, 25 Mar 2024 16:50:34 -0600 Subject: [PATCH] add unstable workflow --- .github/workflows/publish-unstable.yaml | 16 ++++++++++++++++ .gitignore | 2 ++ 2 files changed, 18 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 0000000..7f381cd --- /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 }} diff --git a/.gitignore b/.gitignore index bcedc94..4d91192 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ UpgradeLog*.XML # MonoDevelop metafiles MediaBrowser.Plugins.Anime.userprefs +artifacts +.idea