[REQ] use of custom Certificate Authority #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue automation | ||
on: | ||
issues: | ||
types: [opened] | ||
jobs: | ||
issue: | ||
name: Notify Jira | ||
uses: CheckmarxDev/ast-cli/.github/workflows/jira_notify.yml@main | ||
Check failure on line 10 in .github/workflows/issue_automation.yml GitHub Actions / .github/workflows/issue_automation.ymlInvalid workflow file
|
||
with: | ||
title: ${{ github.event.issue.title }} | ||
body: ${{ github.event.issue.body }} | ||
html_url: ${{ github.event.issue.html_url }} | ||
repo: ${{ github.event.repository.full_name }} | ||
secrets: inherit |