mirror of
https://github.com/jellyfin/jellyfin-plugin-anilist.git
synced 2024-11-23 05:59:41 +00:00
add unstable workflow
This commit is contained in:
parent
fb8de83606
commit
9f43234f34
16
.github/workflows/publish-unstable.yaml
vendored
Normal file
16
.github/workflows/publish-unstable.yaml
vendored
Normal 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
2
.gitignore
vendored
@ -112,3 +112,5 @@ UpgradeLog*.XML
|
|||||||
# MonoDevelop metafiles
|
# MonoDevelop metafiles
|
||||||
MediaBrowser.Plugins.Anime.userprefs
|
MediaBrowser.Plugins.Anime.userprefs
|
||||||
|
|
||||||
|
artifacts
|
||||||
|
.idea
|
||||||
|
Loading…
Reference in New Issue
Block a user