Skip to content

SRE-9103 ci: Add permissions to jira_comment workflow #2

SRE-9103 ci: Add permissions to jira_comment workflow

SRE-9103 ci: Add permissions to jira_comment workflow #2

Workflow file for this run

on:
pull_request_target:
types:
- closed
jobs:
jira_comment:
permissions:
pull-requests: read
if: github.event.pull_request.merged == true
uses: namely/sre/.github/workflows/reusable-workflow-jira-comment.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/jira_comment.yml

Invalid workflow file

error parsing called workflow ".github/workflows/jira_comment.yml" -> "namely/sre/.github/workflows/reusable-workflow-jira-comment.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
jira_token: ${{ secrets.NAMELY_ENG_INTEGRATIONS_JIRA_PAT }}