From 10c4c3c7bd33c6d346e8185db02a96aaf5a4a20e Mon Sep 17 00:00:00 2001 From: platane Date: Thu, 20 Feb 2025 20:07:36 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20manual=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/manual-run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/manual-run.yml b/.github/workflows/manual-run.yml index 33cf977..b2a1985 100644 --- a/.github/workflows/manual-run.yml +++ b/.github/workflows/manual-run.yml @@ -41,3 +41,5 @@ jobs: with: target_branch: manual-run-output build_dir: dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}