mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Use a custom token to deploy preview
This commit is contained in:
2
.github/workflows/Preview.yml
vendored
2
.github/workflows/Preview.yml
vendored
@@ -148,7 +148,7 @@ jobs:
|
||||
with:
|
||||
artifacts: "*/binaries/main/*/*.*,*/jars/*.jar"
|
||||
draft: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
|
||||
repo: Tachidesk-JUI-preview
|
||||
tag: r${{ env.COMMIT_COUNT }}
|
||||
name: Tachidesk-JUI Preview r${{ env.COMMIT_COUNT }}
|
||||
|
||||
Reference in New Issue
Block a user