Try to fix release publishing on registry
[poolifier.git] / .github / workflows / generate-typedoc.yml
index 842f466767741c4b0fd8adce9f4eb2846dc84895..5fa4498c4e1fc4421afb7e14c949b07bfd6764c7 100644 (file)
@@ -14,10 +14,10 @@ jobs:
           persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
           fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
 
-      - name: Set node version to 14
+      - name: Set node version to 16
         uses: actions/setup-node@v2
         with:
-          node-version: 14
+          node-version: '16.x'
 
       - name: Generate TypeDoc
         run: |
@@ -35,5 +35,5 @@ jobs:
         if: "github.repository == 'poolifier/poolifier' && github.ref == 'refs/heads/master'"
         uses: ad-m/github-push-action@master
         with:
-          github_token: ${{ secrets.USER_TOKEN }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
           branch: master