mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-18 03:00:35 -05:00
Nitro Fetch Axios Adapter, Artist Page Additions (#866)
* artist page tweaks, incorporate nitro fetch axios adapter for networking requests * fix pr otas * queue and playlist fixes * media info query staletime adjustments
This commit is contained in:
5
.github/workflows/publish-ota-update-pr.yml
vendored
5
.github/workflows/publish-ota-update-pr.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
steps:
|
||||
- name: 🛒 Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: ${{ secrets.SIGNING_REPO_PAT }}
|
||||
|
||||
- name: 🖥 Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
@@ -29,3 +31,6 @@ jobs:
|
||||
|
||||
- name: 🤖 Publish Update
|
||||
run: bun run sendOTA:PR ${{ github.event.pull_request.number }}
|
||||
env:
|
||||
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user