Skip to content

Respect PHP and Drupal error logging #89

Respect PHP and Drupal error logging

Respect PHP and Drupal error logging #89

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-base-url: ${{ secrets.JIRA_BASE_URL }}
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}