Skip to content

Commit

Permalink
Merge pull request #13 from The-Poolz/issue-12
Browse files Browse the repository at this point in the history
add npm token input
  • Loading branch information
YouStillAlive authored Jun 25, 2024
2 parents cb1139b + c891376 commit 47f628c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Publish on Release

on:
workflow_call:
secrets:
node_auth_token:
description: 'NPM token'
required: true

jobs:
publish:
Expand Down

0 comments on commit 47f628c

Please sign in to comment.