From fc6445affb6fbb842d07774c9b395bcf48d4a7ed Mon Sep 17 00:00:00 2001 From: "Tan, Kian-ting" Date: Mon, 4 Sep 2023 22:10:28 +0800 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e3380f6..d920dae 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - uses: actions/cache@v3.0.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 -- 2.39.2