add unstable workflow

This commit is contained in:
Cody Robibero 2024-03-25 16:50:34 -06:00
parent b1ca5da8e4
commit 62b6877626
2 changed files with 18 additions and 0 deletions

16
.github/workflows/publish-unstable.yaml vendored Normal file
View File

@ -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 }}

2
.gitignore vendored
View File

@ -328,3 +328,5 @@ ASALocalRun/
# MFractors (Xamarin productivity tool) working folder
.mfractor/
artifacts
.idea