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 20a039d..dd8e384 100644 --- a/.gitignore +++ b/.gitignore @@ -230,3 +230,5 @@ pip-log.txt .mr.developer.cfg .idea +artifacts +.idea