From: Tan, Kian-ting Date: Mon, 4 Sep 2023 14:06:23 +0000 (+0800) Subject: Update node.js.yml X-Git-Url: https://git.kianting.info/?a=commitdiff_plain;ds=inline;h=39958227dd66b2c9046fb7f25fc5a18a255ae61a;p=clo Update node.js.yml --- diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 92a38b8..84a70bf 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -21,6 +21,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + token: ${{ secrets.UBERSHMEKEL_ALT_TOKEN }} - uses: actions/cache@v3.0.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3