Skip to content

Commit

Permalink
Update pipeline.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: amitpadmani-awts <amit.padmani@ayanworks.com>
  • Loading branch information
amitpadmani-awts authored Oct 6, 2023
1 parent 3ccc0df commit c440933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}

- uses: pnpm/action-setup@v2
with:
Expand All @@ -81,6 +79,7 @@ jobs:

- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
shell: bash
run: |
Expand Down

0 comments on commit c440933

Please sign in to comment.