Skip to content

Commit

Permalink
Fix Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 23, 2024
1 parent 29f331e commit c3831e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
WRAPPER_INDEX_URL: "https://${{ secrets.PRODSEC_TOOLS_USER }}:${{ secrets.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
PYTHONUNBUFFERED: 1
run: |
pip install rl-wrapper --index-url $WRAPPER_INDEX_URL && \
pip install rl-wrapper>=1.0.0 --index-url $WRAPPER_INDEX_URL && \
rl-wrapper \
--artifact "$(pwd)/auth0-react.tgz" \
--name "${{ github.event.repository.name }}" \
Expand Down

0 comments on commit c3831e1

Please sign in to comment.