fix(ns-paystack): remove github pat from checkout
This commit is contained in:
parent
4ec9e061b4
commit
8b5796a758
1 changed files with 0 additions and 2 deletions
2
.github/workflows/bp-devtools-ci.yml
vendored
2
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue