Skip to content

GitHub Security Alerts for Jira #43

GitHub Security Alerts for Jira

GitHub Security Alerts for Jira #43

name: GitHub Security Alerts for Jira
on:
schedule:
- cron: '30 6 * * *'
workflow_dispatch:
jobs:
syncSecurityAlerts:
runs-on: ubuntu-latest
steps:
- name: "Sync security alerts to Jira issues"
uses: reload/[email protected]
env:
GH_SECURITY_TOKEN: ${{ secrets.GitHubSecurityToken }}
JIRA_TOKEN: ${{ secrets.JiraApiToken }}
JIRA_HOST: https://5ire.atlassian.net/
JIRA_USER: [email protected]
JIRA_PROJECT: APP
JIRA_ISSUE_TYPE: Security
JIRA_WATCHERS: [email protected],[email protected],[email protected]
JIRA_RESTRICTED_COMMENT_ROLE: "Administrators"