Skip to content

Commit

Permalink
add unstable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero committed Mar 26, 2024
1 parent 89ae879 commit 5baaa87
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-unstable.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 5baaa87

Please sign in to comment.