Skip to content

Commit

Permalink
Add ENV to python script
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 6, 2024
1 parent 0d2a3ed commit d2ac081
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ jobs:
run: |
pip install --upgrade pip
pip install -r scripts/requirements.txt
env:
RLSECURE_ENCODED_LICENSE: ${{ secrets.RLSECURE_ENCODED_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
SIGNAL_HANDLER_TOKEN: ${{ secrets.SIGNAL_HANDLER_TOKEN }}
- name: Run RL Wrapper Scanner
run: |
python scripts/rl-wrapper.py \
Expand Down

0 comments on commit d2ac081

Please sign in to comment.