Skip to content

Commit

Permalink
Updated pytest workflow with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
abodeuis committed Jul 16, 2024
1 parent cb612e2 commit 8c44db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [ -f cdrhook/requirements.txt ]; then pip install -r cdrhook/requirements.txt; fi
- name: Setup Env
run: |
export CDR_TOKEN=${{ secrets.CDR_TOKEN }}
echo "CDR_TOKEN=${{ secrets.CDR_TOKEN }}" >> $GITHUB_ENV
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 8c44db6

Please sign in to comment.