Skip to content

PR Comment

PR Comment #174

Workflow file for this run

name: PR Comment
on:
workflow_run:
workflows: [Test]
types:
- completed
permissions:
actions: read
issues: write
checks: read
statuses: read
pull-requests: write
jobs:
comment:
uses: bgd-labs/github-workflows/.github/workflows/comment.yml@main
secrets:
READ_ONLY_PAT: ${{ secrets.READ_ONLY_PAT }}

Check failure on line 20 in .github/workflows/comment.yml

View workflow run for this annotation

GitHub Actions / PR Comment

Invalid workflow file

The workflow is not valid. .github/workflows/comment.yml (Line: 20, Col: 22): Invalid secret, READ_ONLY_PAT is not defined in the referenced workflow.