Skip to content

Commit

Permalink
Provide the proper env for the script #6
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Apr 25, 2024
1 parent 860c83f commit 07ec1e1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/push-to-dejacode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ jobs:
project-name: "packageurl-python"
input-urls:
https://github.com/package-url/packageurl-python/releases/download/v0.15.0/packageurl-python-0.15.0.tar.gz
env:
DEJACODE_URL: ${{ secrets.DEJACODE_URL }}
DEJACODE_API_KEY: ${{ secrets.DEJACODE_API_KEY }}

- name: Push to DejaCode
shell: bash
run: |
pip install requests
ls -la ${{ github.workspace }}
python ${{ github.workspace }}/scripts/push_to_dejacode.py
env:
DEJACODE_URL: ${{ secrets.DEJACODE_URL }}
DEJACODE_API_KEY: ${{ secrets.DEJACODE_API_KEY }}

0 comments on commit 07ec1e1

Please sign in to comment.