이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Deploy Webhook Github Actions

설명

DEPLOY WEBHOOK GITHUB ACTIONS PLUGIN

A WordPress plugin to manually trigger a deploy workflow via the Github Actions REST API after updating content.

FEATURE

Trigger a deploy workflow via Github Actions after updating content. Users with manage_capabilities are only allowed to perform the action from the the WordPress admin menu.

SETTINGS

Fill out the form with the data required on the Settings Page. Find a reference below:

OWNER: The username or organization name that owns the repository.
REPO: The name of the repository.
WORKFLOW_ID: You can either write the full name of your .yml file, ie. “manual-trigger-workflow.yml” or the ID of the workflow that you want to trigger. You can find the ID of a workflow by going to the “Actions” tab of your repository on GitHub, clicking on the name of the workflow, and looking at the URL of the page. The ID is the number that appears after the last forward slash in the URL.
PERSONAL_ACCESS_TOKEN: A personal access token (PAT) with the repo scope. You can create a PAT by going to “Settings” > “Developer settings” > “Personal access tokens” in your GitHub account.
REF: The name of your repository’s main branch. Important: At the moment the plugin is able to create a webhook for a workflow_dispatch trigger without inputs. This feature is planned for later versions.

TO DO

Add feature: accept inputs.

AUTHOR

Created by Nicolás di Rago.
https://www.nicolasdirago.com/

설치

You can install “Github Actions Webhook Deploy Plugin” manually.

  • Download or clone the plugin from the repository
  • Create a .zip file
  • Login to your WordPress site and move to Plugins -> Add new -> Upload plugin
  • Upload the newly created .zip file on your machine, activate and enjoy.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Deploy Webhook Github Actions”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Deploy Webhook Github Actions”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • First release