8000 GitHub - kouki-dan/action-button: The Button to run GitHub Actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

kouki-dan/action-button

Repository files navigation

Action Button

This is a Button for GitHub Actions.

Do you want to Deploy with Click a button using GitHub Actions? But no suitable event in GitHub Actions?
Action Button creates a button to dispatch repository_dispatch event. Run actions only click.

Getting Started

At first, you should create GitHub Actions on repository_dispatch Like this.

After this

  1. Install GitHub Apps
  2. Sign In and find your repository
  3. Create a button
  4. Copy and Paste the button markdown to your README
  5. Click to run Actions!

Do you want hosting own firebase?

This is works on firebase and GitHub Apps. If you want, you can deploy own action-button service using your firebase project and GitHub Apps.

TODO: Write instructions

How to development

Modify your .firebaserc file to use your firebase development environment.

npm install
npm start
open http://localhost:8080/

Action Buttons Demo

Repository Dispatch

Run Action Run Action

Deployment

Run Action Run Action

Deploy Action Button

Run Action

Run Action

0