Skip to content

Commit

Permalink
Added Jira check to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dantemss committed Jan 10, 2025
1 parent 2105e04 commit ffb42b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ on:
branches:
- main
jobs:
linked_issue:
name: Jira
runs-on: ubuntu-latest
steps:
- uses: openstax/jira-linked-action@v0.1.14
with:
jira_site: openstax
jira_project: DISCO
jira_email: ${{ secrets.JiraEmail }}
jira_token: ${{ secrets.JiraToken }}
build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit ffb42b4

Please sign in to comment.