From 4ec9e061b4ea0d79d3b6434cea93e691af8d7cee Mon Sep 17 00:00:00 2001 From: Brian Pooe Date: Sun, 4 Jun 2023 12:12:58 +0200 Subject: [PATCH] fix(ns-paystack): replace gh token with npm token --- .github/workflows/bp-devtools-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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