diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index 90bd1447..c23aa3e9 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -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 }}