The Wayback Machine - https://web.archive.org/web/20220830171414/https://docs.github.com/ja/rest/actions
Skip to main content

Actions

Actions APIを使うと、OrganizationやリポジトリのGitHub Actionsを管理し、制御できます。

GitHub Actions API では、REST API を使用して GitHub Actions を管理できます。 このAPIは、認証されたユーザ、OAuth App、GitHub Appsが利用できます。 アクセストークンには、プライベートリポジトリならrepoスコープが、パブリックリポジトリならpublic_repoスコープが必要です。 GitHub Apps には、各エンドポイントで指定されている権限が必要です。 詳しい情報については、「GitHub Actions のドキュメント」を参照してください。