- Require
GITHUB_TOKEN
secret. - Triggered on
pull_request_target
event type.
You can now consume the action by referencing the v1.1.0 tag.
name: Woofy
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: HarishTeens/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
May the Dog be with you!