Skip to content

Commit 5af9e8f

Browse files
authored
Merge pull request #47 from devallibus/development
ci: restore NPM_TOKEN for npm publish auth
2 parents ef15a98 + 61ac7d2 commit 5af9e8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,5 @@ jobs:
132132
else
133133
echo "Version $LOCAL already published, skipping."
134134
fi
135+
env:
136+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)