Skip to content

Commit

Permalink
add missing env vars for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Dec 6, 2022
1 parent 0e05134 commit 7c25531
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 @@ -4,6 +4,10 @@ on:
push:
branches: [ master ]

env:
NPM_REGISTRY_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }}

jobs:
release:
name: generator
Expand Down

0 comments on commit 7c25531

Please sign in to comment.