Skip to content

Commit

Permalink
fix: semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
07souravkunda committed Dec 9, 2023
1 parent 9066069 commit 7ef35b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reviewing_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
PACKAGE_URL: ${{ github.event.inputs.package_url }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
if: ${{ github.event.inputs.package_url != '' }}
run: |
echo 'Publishing tar.gz to local registry'
curl -o staging_package.tgz '${{ github.event.inputs.package_url }}'
curl -o staging_package.tgz "$PACKAGE_URL"
npm install verdaccio -g
verdaccio &
npm config set registry http://localhost:4873
Expand Down

0 comments on commit 7ef35b5

Please sign in to comment.