feat(ns-paystack): updated github action ci

This commit is contained in:
Brian Pooe 2023-06-04 12:11:09 +02:00
parent d1ccaa1e57
commit 0848c4bf06

View file

@ -1,6 +1,7 @@
name: BP DEVTOOLS CI
on:
workflow_dispatch:
push:
branches:
- main
@ -128,6 +129,6 @@ jobs:
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx nx affected --target release --all