Skip to content

Commit

Permalink
fix: phylum
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyCr committed May 23, 2024
1 parent 9ba882b commit 8b833f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phylum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
image: docker://ghcr.io/phylum-dev/phylum-ci:slim
env:
GITHUB_TOKEN: ${{ github.token }}
PHYLUM_API_KEY: ${{ secrets.PHYLUM_TOKEN }}
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand All @@ -24,6 +25,6 @@ jobs:
with:
phylum_token: ${{ secrets.PHYLUM_TOKEN }}
cmd: |
phylum-ci -vv \
echo $PHYLUM_API_KEY && phylum-ci -vv \
--depfile ingestion/setup.py \
--depfile ingestion/pyproject.toml

0 comments on commit 8b833f0

Please sign in to comment.