From 7d4c79caa05cc4b2a27541158c7a945eb6887d48 Mon Sep 17 00:00:00 2001 From: WataruHaniyama Date: Tue, 11 Jun 2024 16:19:17 +0900 Subject: [PATCH] Update ok-to-preview.yml use PAT instead of personal GITHUB_TOKEN --- .github/workflows/ok-to-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ok-to-preview.yml b/.github/workflows/ok-to-preview.yml index 866e29d8bc7..11a9ac17c53 100644 --- a/.github/workflows/ok-to-preview.yml +++ b/.github/workflows/ok-to-preview.yml @@ -23,8 +23,8 @@ jobs: env: TOKEN: ${{ steps.generate_token.outputs.token }} with: - token: ${{ env.TOKEN }} + token: ${{ secrets.PAT }} reaction-token: ${{ secrets.GITHUB_TOKEN }} issue-type: pull-request commands: ok-to-preview - permission: write \ No newline at end of file + permission: write