]> git.kianting.info Git - clo/commitdiff
Update node.js.yml
authorTan, Kian-ting <chenjt30@gmail.com>
Mon, 4 Sep 2023 14:06:23 +0000 (22:06 +0800)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2023 14:06:23 +0000 (22:06 +0800)
.github/workflows/node.js.yml

index 92a38b809cfcbcd074a79e22e3aca79750522f42..84a70bf3d01342a6d20391490ce131c5bacc88e0 100644 (file)
@@ -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