From 4bca2b5734aa7db198eba9ff97768099e0c003d2 Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 28 Sep 2021 23:45:51 -0400 Subject: [PATCH] Use a custom token to deploy preview --- .github/workflows/Preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}