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