Skip to content

Commit

Permalink
Update git-issue-jira-automation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OriBenHur-akeyless committed Aug 20, 2024
1 parent 0942cf9 commit d8692c2
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]
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: akeyless-community/terraform-provider-akeyless/.github/workflows/reusable-git-issues-jira-automation.yaml@main
with:
caller_repo_name: ${{ github.event.repository.name }}
secrets: inherit

0 comments on commit d8692c2

Please sign in to comment.