From d5422c754168c53512923b7b0b2e35ebdaac4e12 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:22:49 +0900 Subject: [PATCH] Revert "ci(.github/workflows/test.yml): override GITHUB_TOKEN with GH_TOKEN (#1143)" (#1150) This reverts commit 8a6ddcb3410602daa928e676dd20dd37ad7a7f72. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11787066..95484fdb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,7 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} | bash env: - # GH_TOKEN take precedence over GITHUB_TOKEN which is set by mise - GH_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ github.token }} actions-timeline: needs: