diff --git a/.github/workflows/bp-devtools-ci.yml b/.github/workflows/bp-devtools-ci.yml index d9f6a09..8f090c9 100644 --- a/.github/workflows/bp-devtools-ci.yml +++ b/.github/workflows/bp-devtools-ci.yml @@ -1,7 +1,7 @@ name: BP DEVTOOLS CI on: - workflow_dispatch: + workflow_dispatch: push: branches: - main @@ -28,14 +28,14 @@ jobs: if: ${{ github.event_name == 'pull_request' }} with: ref: ${{ github.event.pull_request.head.sha }} - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.NPM_TOKEN }} fetch-depth: 0 - name: Checkout [Default Branch] uses: actions/checkout@v2 if: ${{ github.event_name != 'pull_request' }} with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.NPM_TOKEN }} fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands