Skip to content

Commit

Permalink
fix: Add empty NPM_TOKEN to vulnerable post-install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 10, 2023
1 parent 55d044b commit a532c09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
# Run the post-install scripts
- name: Build Dependencies
run: yarn install --frozen-lockfile --offline
env:
NPM_TOKEN: ""

# Cache build artifacts from turbo
#
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vape-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
# Run the post-install scripts
- name: Build Dependencies
run: yarn install --frozen-lockfile --offline
env:
NPM_TOKEN: ""

# Cache build artifacts from turbo
#
Expand Down

0 comments on commit a532c09

Please sign in to comment.