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 5, 2023
1 parent 2604d8e commit 5fca893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

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

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

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

0 comments on commit 5fca893

Please sign in to comment.