Skip to content

Commit

Permalink
let seet
Browse files Browse the repository at this point in the history
  • Loading branch information
aviral-zype committed Aug 31, 2023
1 parent c0fdee4 commit 3141a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Use secret
run: |
echo "Secret value: ${{ secrets.NPM_TOKEN }}"
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3141a05

Please sign in to comment.