Skip to content

Jira Cloud Test 001 #190

Jira Cloud Test 001

Jira Cloud Test 001 #190

Workflow file for this run

name: Sync GitHub issues to Jira
on:
issues:
types:
- opened
- closed
permissions:
issues: write
jobs:
jira:
uses: acquia/.github/.github/workflows/jira.yml@main

Check failure on line 11 in .github/workflows/jira.yml

View workflow run for this annotation

GitHub Actions / Sync GitHub issues to Jira

Invalid workflow file

The workflow is not valid. .github/workflows/jira.yml (Line: 11, Col: 11): Secret jira-user-email is required, but not provided while calling.
secrets:
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}