Skip to content

Commit

Permalink
Merge pull request #9 from akeylesslabs/ASM-7485-git-issue-jira-autom…
Browse files Browse the repository at this point in the history
…ation

ASM-7485-git-issue-jira-automation
  • Loading branch information
omriezra authored Jul 10, 2023
2 parents 529cc7f + 50c198a commit 718409d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/git-issues-jira-automation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Git Issues Jira Automation Pipeline
on:
issues:
types: [opened, closed]
issue_comment:
types: [created]

env:
AKEYLESS_JIRA_BASE_URL: ${{ secrets.AKEYLESS_JIRA_BASE_URL }}
AKEYLESS_JIRA_USER_EMAIL: ${{ secrets.AKEYLESS_JIRA_USER_EMAIL }}
AKEYLESS_JIRA_ISSUE_TOKEN: ${{ secrets.AKEYLESS_JIRA_ISSUE_TOKEN }}

jobs:
git-issues-jira-automation:
uses: akeylesslabs/helm-charts/.github/workflows/reusable-git-issues-jira-automation.yaml@main
with:
caller_repo_name: ${{ github.event.repository.name }}
secrets: inherit

0 comments on commit 718409d

Please sign in to comment.