From fe88cea83336c85d05d676dd5407efeee0730999 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:27:11 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 195dbb6..d929420 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + token: "${{ secrets.DOCS_TOKEN }}" + - uses: actions/setup-node@v2 with: node-version: 16