fix(ns-paystack): remove github pat from checkout

This commit is contained in:
Brian Pooe 2023-06-04 12:19:18 +02:00
parent 4ec9e061b4
commit 8b5796a758

View file

@ -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