Skip to content

Commit

Permalink
Update evidence-jira-tickets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Dec 19, 2024
1 parent 0190f6a commit da68403
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/evidence-jira-tickets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
uses: .github/variables-commercial.yml@main

- name: Run Jira ticket collection script
# env:
# JIRA_DOMAIN: ${{ secrets.JIRA_DOMAIN }} | JIRA_EMAIL: ${{ secrets.JIRA_EMAIL }} | API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
env:
JIRA_DOMAIN: ${{ secrets.JIRA_DOMAIN }}
JIRA_EMAIL: ${{ secrets.JIRA_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
run: |
python src/collection/jira/completed-jira-tickets.py
Expand Down

0 comments on commit da68403

Please sign in to comment.