Skip to content

Commit

Permalink
setting environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eKathleenCarter committed Oct 29, 2024
1 parent 26b1073 commit 713f527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/label-predicate-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
pip install PyGithub
- name: Run predicate check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }}
run: |
python .github/scripts/Bio_QC_check.py

0 comments on commit 713f527

Please sign in to comment.