From 8b5796a75815774e1930574c3163e7101bf6a89d Mon Sep 17 00:00:00 2001 From: Brian Pooe Date: Sun, 4 Jun 2023 12:19:18 +0200 Subject: [PATCH] fix(ns-paystack): remove github pat from checkout --- .github/workflows/bp-devtools-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/bp-devtools-ci.yml b/.github/workflows/bp-devtools-ci.yml index 8f090c9..8f66b1e 100644 --- a/.github/workflows/bp-devtools-ci.yml +++ b/.github/workflows/bp-devtools-ci.yml @@ -28,14 +28,12 @@ jobs: if: ${{ github.event_name == 'pull_request' }} with: ref: ${{ github.event.pull_request.head.sha }} - token: ${{ secrets.NPM_TOKEN }} fetch-depth: 0 - name: Checkout [Default Branch] uses: actions/checkout@v2 if: ${{ github.event_name != 'pull_request' }} with: - token: ${{ secrets.NPM_TOKEN }} fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands