From 3d61a1f68374302edcdef189b036d86fef71c525 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 27 Feb 2021 12:32:01 +0100 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index fdc4085d..ba4f243a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,7 +21,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - token: ${{ secrets._GITHUB_TOKEN }} - name: Setup NodeJS uses: actions/setup-node@v2 with: @@ -71,8 +70,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - name: Setup NodeJS uses: actions/setup-node@v2 with: @@ -148,7 +145,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - name: Setup NodeJS uses: actions/setup-node@v2 with: