Skip to content

Update README.md

Update README.md #5

name: Call a reusable workflow
on:
pull_request:
branches:
- main
jobs:
call-workflow-passing-data:
permissions:
contents: read
pull-requests: write
uses: jaysson1710-org/.github/.github/workflows/Workflow-Generic-template.yml@main
with:
config-path: .github/labeler.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}