Skip to content

feat: testing PR valiator #10196

feat: testing PR valiator

feat: testing PR valiator #10196

name: PR Validation (Test)
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- fix/pr-validator # This ensures the workflow runs only for PRs targeting your branch
jobs:
pr-validation:
uses: devtron-labs/devops-pocs/.github/workflows/pr-validator.yaml@main
with:
validate_sql: true # Enable/disable SQL validation
secrets:

Check failure on line 14 in .github/workflows/pr-issue-validator.yaml

View workflow run for this annotation

GitHub Actions / PR Validation

Invalid workflow file

The workflow is not valid. .github/workflows/pr-issue-validator.yaml (Line: 14, Col: 17): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GH_PR_VALIDATOR_TOKEN
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}