SpaceEEC / action_repository_dispatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repository_dispatch

This action sends a repository dispatch to the target repository of the specified event_type with the specified personal access token.

Usage

Example:

- uses: spaceeec/action_repository_dispatch@master
  with:
    target_repository: spaceeec/example
    event_type: example
    pat: ${{ secrets.GITHUB_PAT }}

About

License:MIT License


Languages

Language:JavaScript 100.0%