From 2457f87c11523f95df94097ccef0d6dded368d9e Mon Sep 17 00:00:00 2001 From: cshezi Date: Tue, 9 Jan 2024 09:33:49 +0200 Subject: [PATCH] ci: remove ref checkout --- .github/workflows/node.js.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e5ccaccf..eef3a6fa 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,8 +25,6 @@ jobs: redis-version: [6] steps: - uses: actions/checkout@v3 - with: - ref: ext-gh-ci - uses: pnpm/action-setup@v2 with: version: 7 @@ -125,7 +123,7 @@ jobs: API_URL="https://api.github.com/repos/${{github.repository}}/issues/${{github.event.number}}/comments" curl -X POST \ - -H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \ + -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "Content-Type: application/json" \ --data-raw "{\"body\":\"$COMMENT_BODY\"}" \ $API_URL