From 2a7dfe78c0b77e3444800789464b8b8297fc9a5b 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 3e759b7..3198cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,5 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ +artifacts +.idea