Skip to content

Vibaswan/trigger_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trigger_Repo

this repository is a supporting repository for the Github action introduction we will be only focusing on repository dispatch

Repository dispatch

- name: Repository Dispatch
  uses: peter-evans/repository-dispatch@v1
  with:
   token: ${{ secrets.ACCESS_TOKEN }}
   repository: Vibaswan/Gihub_Actions_and_pyTest
   event-type: triggered-from-changes

we use the github action peter-evans/repository-dispatch@v1 and we have to specify which repo we are targeting i.e. Vibaswan/Gihub_Actions_and_pyTest please note that token is a necessity and we have it here as a secret

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages