# Actions Panel - GitHub Actions를 수동으로 호출하기

> Clean Markdown view of GeekNews topic #1792. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1792](https://news.hada.io/topic?id=1792)
- GeekNews Markdown: [https://news.hada.io/topic/1792.md](https://news.hada.io/topic/1792.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-29T09:57:47+09:00
- Updated: 2020-03-29T09:57:47+09:00
- Original source: [actionspanel.app](https://www.actionspanel.app/)
- Points: 2
- Comments: 1

## Topic Body

- 특정 GitHub 이벤트에 의해서만 동작되는 GitHub Actions를 버튼으로 호출 가능하게 만들어주는 서비스

1. 자신의 Repo에 버튼 설정 파일을 .yml로 첨부

2. on: repository_dispatch 트리거 대응 워크플로우 생성

3. 대쉬보드를 통해 여러개의 액션을 보고 호출 가능

## Comments



### Comment 1477

- Author: xguru
- Created: 2020-03-29T09:57:59+09:00
- Points: 1

이런 도구를 사용하지 않는다면 Repository Dispatch Event 를 직접 GitHub API 로 호출 해야 합니다.

Manually Trigger A GitHub Actions Workflow https://goobar.io/2019/12/07/manually-trigger-a-github-actions-workflow/

사람들이 관련해서 기능을 요청하고 있어서 언젠가는 GitHub 가 직접 기능을 만들어 줄 수도 있겠지만 당장은 가장 편한 방법 인듯

https://github.community/t5/GitHub-Actions/GitHub-Actions-Manual-Trigger-Approvals/td-p/31504
