Skip to main content

個人アカウントに記録されているセキュリティ ログ イベントについて学習します。

メモ

  • この記事には、最新バージョンの GitHub Enterprise Server で使用できるイベントが含まれています。 以前のバージョンでは、一部のイベントが使用できない場合があります。
  • この記事には、ユーザー アカウントのセキュリティ ログに表示される可能性があるイベントが含まれています。 Organization の監査ログまたは Enterprise の監査ログに表示できるイベントについては、「組織の監査ログ イベント」と「エンタープライズの監査ログ イベント」を参照してください。

セキュリティ ログ イベントについて

各監査ログ エントリの名前は、イベントのカテゴリと、それに続く操作タイプで構成されます。 たとえば、repo.create エントリは repo カテゴリに対する create 操作を意味します。この記事の参照情報は、カテゴリ別にグループ化されています。

account

アクション説明Reference
account.plan_changeThe account's plan changed./billing/managing-the-plan-for-your-github-account/about-billing-for-plans

actions_cache

アクション説明Reference
actions_cache.deleteA GitHub Actions cache was deleted using the REST API.

artifact

アクション説明Reference
artifact.destroyA workflow run artifact was manually deleted.

billing

アクション説明Reference
billing.change_billing_typeThe way the account pays for GitHub was changed./billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method
billing.change_emailThe billing email address changed./billing/managing-your-github-billing-settings/setting-your-billing-email

business

アクション説明Reference
business.security_center_export_code_scanning_metricsA CSV export was requested on the "CodeQL pull request alerts" page.
business.security_center_export_coverageA CSV export was requested on the "Coverage" page.
business.security_center_export_overview_dashboardA CSV export was requested on the "Overview Dashboard" page.
business.security_center_export_riskA CSV export was requested on the "Risk" page.
business.set_actions_fork_pr_approvals_policyThe policy for requiring approvals for workflows from public forks was changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-your-enterprise
business.set_actions_private_fork_pr_approvals_policyThe policy for requiring approval for fork pull request workflows from collaborators without write access to private repos was changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-private-repositories
business.set_actions_retention_limitThe retention period for GitHub Actions artifacts and logs was changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-artifact-and-log-retention-in-your-enterprise
business.set_default_workflow_permissionsThe default permissions granted to the GITHUB_TOKEN when running workflows were changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-workflow-permissions-in-your-enterprise
business.set_fork_pr_workflows_policyThe policy for fork pull request workflows was changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#enforcing-a-policy-for-fork-pull-requests-in-your-enterprise
business.set_workflow_permission_can_approve_prThe policy for allowing GitHub Actions to create and approve pull requests was changed for an enterprise./admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise#preventing-github-actions-from-creating-or-approving-pull-requests

checks

アクション説明Reference
checks.auto_trigger_disabledAutomatic creation of check suites was disabled on a repository in the organization or enterprise./rest/checks#update-repository-preferences-for-check-suites
checks.auto_trigger_enabledAutomatic creation of check suites was enabled on a repository in the organization or enterprise./rest/checks#update-repository-preferences-for-check-suites
checks.delete_logsLogs in a check suite were deleted.

codespaces

アクション説明Reference
codespaces.allow_permissionsA codespace using custom permissions from its devcontainer.json file was launched.
codespaces.connectCredentials for a codespace were refreshed.
codespaces.createA codespace was created/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository
codespaces.destroyA user deleted a codespace./codespaces/developing-in-codespaces/deleting-a-codespace
codespaces.export_environmentA codespace was exported to a branch on GitHub.
codespaces.restoreA codespace was restored.
codespaces.start_environmentA codespace was started.
codespaces.suspend_environmentA codespace was stopped.
codespaces.trusted_repositories_access_updateA personal account's access and security setting for Codespaces were updated./codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces

copilot

アクション説明Reference
copilot.cfb_seat_addedA Copilot Business or Copilot Enterprise seat was added for a user and they have received access to GitHub Copilot. This can occur as the result of directly assigning a seat for a user, assigning a seat for a team, or setting the organization to allow access for all members.
copilot.cfb_seat_assignment_createdA Copilot Business or Copilot Enterprise seat assignment was newly created for a user or a team, and seats are being created./copilot/overview-of-github-copilot/about-github-copilot-for-business
copilot.cfb_seat_assignment_refreshedA seat assignment that was previously pending cancellation was re-assigned and the user will retain access to Copilot.
copilot.cfb_seat_assignment_reusedA Copilot Business or Copilot Enterprise seat assignment was re-created for a user who already had a seat with no pending cancellation date, and the user will retain access to Copilot.
copilot.cfb_seat_assignment_unassignedA user or team's Copilot Business or Copilot Enterprise seat assignment was unassigned, and the user(s) will lose access to Copilot at the end of the current billing cycle.
copilot.cfb_seat_cancelledA user's Copilot Business or Copilot Enterprise seat was canceled, and the user no longer has access to Copilot.
copilot.cfb_seat_cancelled_by_staffA user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.

dependabot_alerts

アクション説明Reference
dependabot_alerts.disableDependabot alerts were disabled for all existing repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-for-all-existing-repositories
dependabot_alerts.enableDependabot alerts were enabled for all existing repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-for-all-existing-repositories

dependabot_alerts_new_repos

アクション説明Reference
dependabot_alerts_new_repos.disableDependabot alerts were disabled for all new repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-automatically-when-new-repositories-are-added
dependabot_alerts_new_repos.enableDependabot alerts were enabled for all new repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-automatically-when-new-repositories-are-added

dependabot_repository_access

アクション説明Reference
dependabot_repository_access.repositories_updatedThe repositories that Dependabot can access were updated.

dependabot_security_updates

アクション説明Reference
dependabot_security_updates.disableDependabot security updates were disabled for all existing repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization
dependabot_security_updates.enableDependabot security updates were enabled for all existing repositories.

dependabot_security_updates_new_repos

アクション説明Reference
dependabot_security_updates_new_repos.disable Dependabot security updates were disabled for all new repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization
dependabot_security_updates_new_repos.enableDependabot security updates were enabled for all new repositories.

dependency_graph

アクション説明Reference
dependency_graph.disableThe dependency graph was disabled for all existing repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization
dependency_graph.enableThe dependency graph was enabled for all existing repositories.

dependency_graph_new_repos

アクション説明Reference
dependency_graph_new_repos.disableThe dependency graph was disabled for all new repositories./organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization
dependency_graph_new_repos.enableThe dependency graph was enabled for all new repositories.

environment

アクション説明Reference
environment.add_protection_ruleA GitHub Actions deployment protection rule was created via the API./actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
environment.create_actions_secretA secret was created for a GitHub Actions environment./actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets
environment.create_actions_variableA variable was created for a GitHub Actions environment./actions/learn-github-actions/variables#creating-configuration-variables-for-an-environment
environment.deleteAn environment was deleted./actions/deployment/targeting-different-environments/using-environments-for-deployment#deleting-an-environment
environment.remove_actions_secretA secret was deleted for a GitHub Actions environment./actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets
environment.remove_actions_variableA variable was deleted for a GitHub Actions environment./actions/learn-github-actions/variables#creating-configuration-variables-for-an-environment
environment.remove_protection_ruleA GitHub Actions deployment protection rule was deleted via the API./actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
environment.update_actions_secretA secret was updated for a GitHub Actions environment./actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets
environment.update_actions_variableA variable was updated for a GitHub Actions environment./actions/learn-github-actions/variables#creating-configuration-variables-for-an-environment
environment.update_protection_ruleA GitHub Actions deployment protection rule was updated via the API./actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules

gist

アクション説明Reference
gist.createA gist was created.
gist.destroyA gist was deleted.
gist.visibility_changeThe visibility of a gist was updated.

git_signing_ssh_public_key

アクション説明Reference
git_signing_ssh_public_key.createAn SSH key was added to a user account as a Git commit signing key./authentication/managing-commit-signature-verification/telling-git-about-your-signing-key
git_signing_ssh_public_key.deleteAn SSH key was removed from a user account as a Git commit signing key./authentication/managing-commit-signature-verification/telling-git-about-your-signing-key

hook

アクション説明Reference
hook.active_changedA hook's active status was updated.
hook.config_changedA hook's configuration was changed.
hook.createA new hook was added./get-started/exploring-integrations/about-webhooks
hook.destroyA hook was deleted.
hook.events_changedA hook's configured events were changed.

integration

アクション説明Reference
integration.createA GitHub App was created.
integration.destroyA GitHub App was deleted.
integration.manager_addedA member of an enterprise or organization was added as a GitHub App manager./organizations/managing-programmatic-access-to-your-organization/adding-and-removing-github-app-managers-in-your-organization#giving-someone-the-ability-to-manage-all-github-apps-owned-by-the-organization
integration.manager_removedA member of an enterprise or organization was removed from being a GitHub App manager./organizations/managing-programmatic-access-to-your-organization/adding-and-removing-github-app-managers-in-your-organization#removing-a-github-app-managers-permissions-for-the-entire-organization
integration.remove_client_secretA client secret for a GitHub App was removed.
integration.revoke_all_tokensAll user tokens for a GitHub App were requested to be revoked.
integration.revoke_tokensToken(s) for a GitHub App were revoked.
integration.suspendA GitHub App was suspended./apps/maintaining-github-apps/suspending-a-github-app-installation
integration.transferOwnership of a GitHub App was transferred to another user or organization./apps/maintaining-github-apps/transferring-ownership-of-a-github-app
integration.unsuspendA GitHub App was unsuspended./apps/maintaining-github-apps/suspending-a-github-app-installation

integration_installation

アクション説明Reference
integration_installation.createA GitHub App was installed./apps/using-github-apps/authorizing-github-apps
integration_installation.destroyA GitHub App was uninstalled./apps/using-github-apps/reviewing-and-modifying-installed-github-apps#blocking-access
integration_installation.repositories_addedRepositories were added to a GitHub App./apps/using-github-apps/reviewing-and-modifying-installed-github-apps#modifying-repository-access
integration_installation.repositories_removedRepositories were removed from a GitHub App./apps/using-github-apps/reviewing-and-modifying-installed-github-apps#modifying-repository-access
integration_installation.suspendA GitHub App was suspended./apps/using-github-apps/reviewing-and-modifying-installed-github-apps#blocking-access
integration_installation.unsuspendA GitHub App was unsuspended./apps/using-github-apps/reviewing-and-modifying-installed-github-apps#blocking-access
integration_installation.version_updatedPermissions for a GitHub App were updated./apps/using-github-apps/approving-updated-permissions-for-a-github-app

marketplace_agreement_signature

アクション説明Reference
marketplace_agreement_signature.createThe GitHub Marketplace Developer Agreement was signed.

marketplace_listing

アクション説明Reference
marketplace_listing.approveA listing was approved for inclusion in GitHub Marketplace.
marketplace_listing.change_categoryA category for a listing for an app in GitHub Marketplace was changed.
marketplace_listing.createA listing for an app in GitHub Marketplace was created.
marketplace_listing.delistA listing was removed from GitHub Marketplace.
marketplace_listing.redraftA listing was sent back to draft state.
marketplace_listing.rejectA listing was not accepted for inclusion in GitHub Marketplace.

migration

アクション説明Reference
migration.createA migration file was created for transferring data from a source location (such as a GitHub.com organization or a GitHub Enterprise Server instance) to a target GitHub Enterprise Server instance.

oauth_access

アクション説明Reference
oauth_access.createAn OAuth access token was generated./apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps, /authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
oauth_access.destroyAn OAuth access token was deleted./apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps
oauth_access.regenerateAn OAuth access token was regenerated.
oauth_access.revokeAn OAuth access token was revoked.
oauth_access.updateAn OAuth access token was updated.

oauth_application

アクション説明Reference
oauth_application.createAn OAuth application was created./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.destroyAn OAuth application was deleted./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.generate_client_secretAn OAuth application's secret key was generated./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.remove_client_secretAn OAuth application's secret key was deleted./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.reset_secretThe secret key for an OAuth application was reset./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.revoke_all_tokensAll user tokens for an OAuth application were requested to be revoked./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.revoke_tokensToken(s) for an OAuth application were revoked./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app
oauth_application.transferAn OAuth application was transferred from one account to another./apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app

oauth_authorization

アクション説明Reference
oauth_authorization.createAn authorization for an OAuth application was created./apps/oauth-apps/using-oauth-apps/authorizing-oauth-apps
oauth_authorization.destroyAn authorization for an OAuth application was deleted./apps/using-github-apps/reviewing-your-authorized-integrations
oauth_authorization.updateAn authorization for an OAuth application was updated./apps/oauth-apps/using-oauth-apps/authorizing-oauth-apps

org

アクション説明Reference
org.add_memberA user joined an organization.
org.add_outside_collaboratorAn outside collaborator was added to a repository.
org.advanced_security_disabled_for_new_reposGitHub Advanced Security was disabled for new repositories in an organization.
org.advanced_security_disabled_on_all_reposGitHub Advanced Security was disabled for all repositories in an organization.
org.advanced_security_enabled_for_new_reposGitHub Advanced Security was enabled for new repositories in an organization.
org.advanced_security_enabled_on_all_reposGitHub Advanced Security was enabled for all repositories in an organization.
org.remove_memberA member was removed from an organization, either manually or due to a two-factor authentication requirement.
org.security_center_export_code_scanning_metricsA CSV export was requested on the CodeQL pull request alerts page.
org.security_center_export_coverageA CSV export was requested on the Coverage page.
org.security_center_export_overview_dashboardA CSV export was requested on the Overview Dashboard page.
org.security_center_export_riskA CSV export was requested on the Risk page.
org.set_actions_fork_pr_approvals_policyThe setting for requiring approvals for workflows from public forks was changed for an organization./organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#requiring-approval-for-workflows-from-public-forks
org.set_actions_private_fork_pr_approvals_policyThe policy for requiring approval for fork pull request workflows from collaborators without write access to private repos was changed for an organization./organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#enabling-workflows-for-private-repository-forks
org.set_actions_retention_limitThe retention period for GitHub Actions artifacts and logs in an organization was changed./organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization
org.set_default_workflow_permissionsThe default permissions granted to the GITHUB_TOKEN when running workflows were changed for an organization./organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#setting-the-permissions-of-the-github_token-for-your-organization
org.set_fork_pr_workflows_policyThe policy for workflows on private repository forks was changed./organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#enabling-workflows-for-private-repository-forks
org.set_workflow_permission_can_approve_prThe policy for allowing GitHub Actions to create and approve pull requests was changed for an organization./organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization#preventing-github-actions-from-creating-or-approving-pull-requests
org.update_memberA person's role was changed from owner to member or member to owner.
org.update_member_repository_creation_permissionThe create repository permission for organization members was changed.
org.update_member_repository_invitation_permissionAn organization owner changed the policy setting for organization members inviting outside collaborators to repositories./organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators

pages_protected_domain

アクション説明Reference
pages_protected_domain.createA GitHub Pages verified domain was created for an organization or enterprise./pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages
pages_protected_domain.deleteA GitHub Pages verified domain was deleted from an organization or enterprise./pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages
pages_protected_domain.verifyA GitHub Pages domain was verified for an organization or enterprise./pages/configuring-a-custom-domain-for-your-github-pages-site/verifying-your-custom-domain-for-github-pages

passkey

アクション説明Reference
passkey.registerA new passkey was added.
passkey.removeA new passkey was removed.

payment_method

アクション説明Reference
payment_method.createA new payment method was added, such as a new credit card or PayPal account.
payment_method.removeA payment method was removed.
payment_method.updateAn existing payment method was updated.

personal_access_token

アクション説明Reference
personal_access_token.access_grantedA fine-grained personal access token was granted access to resources./organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization
personal_access_token.access_revokedA fine-grained personal access token was revoked. The token can still read public organization resources./organizations/managing-programmatic-access-to-your-organization/reviewing-and-revoking-personal-access-tokens-in-your-organization
personal_access_token.createTriggered when you create a fine-grained personal access token.
personal_access_token.credential_regeneratedTriggered when you regenerate a fine-grained personal access token.
personal_access_token.credential_revokedA fine-grained personal access token was revoked by GitHub Advanced Security./code-security/getting-started/github-security-features#secret-scanning-alerts-for-users
personal_access_token.destroyTriggered when you delete a fine-grained personal access token.
personal_access_token.request_cancelledA pending request for a fine-grained personal access token to access organization resources was canceled.
personal_access_token.request_createdTriggered when a fine-grained personal access token was created to access organization resources and the organization requires approval before the token can access organization resources./organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization
personal_access_token.request_deniedA request for a fine-grained personal access token to access organization resources was denied./organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization
personal_access_token.updateA fine-grained personal access token was updated./authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#fine-grained-personal-access-tokens

profile_picture

アクション説明Reference
profile_picture.updateA profile picture was updated./account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile

project

アクション説明Reference
project.accessA project board visibility was changed.
project.closeA project board was closed./issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board
project.createA project board was created.
project.deleteA project board was deleted.
project.linkA repository was linked to a project board.
project.openA project board was reopened./issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board
project.renameA project board was renamed.
project.unlinkA repository was unlinked from a project board.
project.update_org_permissionThe project's base-level permission for all organization members was changed or removed.
project.update_team_permissionA team's project board permission level was changed or when a team was added or removed from a project board.
project.update_user_permissionA user was added to or removed from a project board or had their permission level changed.
project.visibility_privateA project's visibility was changed from public to private.
project.visibility_publicA project's visibility was changed from private to public.

project_collaborator

アクション説明Reference
project_collaborator.addA collaborator was added to a project.
project_collaborator.removeA collaborator was removed from a project.
project_collaborator.updateA project collaborator's permission level was changed.

project_field

アクション説明Reference
project_field.createA field was created in a project board./issues/planning-and-tracking-with-projects/understanding-fields
project_field.deleteA field was deleted in a project board./issues/planning-and-tracking-with-projects/understanding-fields/deleting-custom-fields

project_view

アクション説明Reference
project_view.createA view was created in a project board./issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views
project_view.deleteA view was deleted in a project board./issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views

protected_branch

アクション説明Reference
protected_branch.update_merge_queue_enforcement_levelEnforcement of the merge queue was modified for a branch./repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-merge-queue

public_key

アクション説明Reference
public_key.createAn SSH key was added to a user account or a deploy key was added to a repository./authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
public_key.deleteAn SSH key was removed from a user account or a deploy key was removed from a repository./authentication/keeping-your-account-and-data-secure/reviewing-your-ssh-keys
public_key.unverification_failureA user account's SSH key or a repository's deploy key was unable to be unverified./authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys
public_key.unverifyA user account's SSH key or a repository's deploy key was unverified./authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys
public_key.updateA user account's SSH key or a repository's deploy key was updated./authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys
public_key.verification_failureA user account's SSH key or a repository's deploy key was unable to be verified./authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys
public_key.verifyA user account's SSH key or a repository's deploy key was verified./authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys

repo

アクション説明Reference
repo.accessThe visibility of a repository changed./repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility
repo.actions_enabledGitHub Actions was enabled for a repository.organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization#using-the-audit-log-api
repo.add_memberA collaborator was added to a repository./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
repo.add_topicA topic was added to a repository./repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics
repo.advanced_security_disabledGitHub Advanced Security was disabled for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository
repo.advanced_security_enabledGitHub Advanced Security was enabled for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository
repo.archivedA repository was archived./repositories/archiving-a-github-repository
repo.change_merge_settingPull request merge options were changed for a repository.
repo.code_scanning_analysis_deletedCode scanning analysis for a repository was deleted./rest/code-scanning#delete-a-code-scanning-analysis-from-a-repository
repo.code_scanning_configuration_for_branch_deletedA code scanning configuration for a branch of a repository was deleted./code-security/code-scanning/managing-code-scanning-alerts/managing-code-scanning-alerts-for-your-repository#removing-stale-configurations-and-alerts-from-a-branch
repo.config.disable_collaborators_onlyThe interaction limit for collaborators only was disabled./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.config.disable_contributors_onlyThe interaction limit for prior contributors only was disabled in a repository./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.config.disable_sockpuppet_disallowedThe interaction limit for existing users only was disabled in a repository./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.config.enable_collaborators_onlyThe interaction limit for collaborators only was enabled in a repository Users that are not collaborators or organization members were unable to interact with a repository for a set duration./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.config.enable_contributors_onlyThe interaction limit for prior contributors only was enabled in a repository Users that are not prior contributors, collaborators or organization members were unable to interact with a repository for a set duration./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.config.enable_sockpuppet_disallowedThe interaction limit for existing users was enabled in a repository New users aren't able to interact with a repository for a set duration Existing users of the repository, contributors, collaborators or organization members are able to interact with a repository./communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository
repo.createA repository was created./repositories/creating-and-managing-repositories/creating-a-new-repository
repo.create_actions_secretA GitHub Actions secret was created for a repository./actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository
repo.create_actions_variableA GitHub Actions variable was created for a repository./actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository
repo.create_integration_secretA Codespaces or Dependabot secret was created for a repository.
repo.destroyA repository was deleted./repositories/creating-and-managing-repositories/deleting-a-repository
repo.pages_cnameA GitHub Pages custom domain was modified in a repository.
repo.pages_createA GitHub Pages site was created.
repo.pages_destroyA GitHub Pages site was deleted.
repo.pages_https_redirect_disabledHTTPS redirects were disabled for a GitHub Pages site.
repo.pages_https_redirect_enabledHTTPS redirects were enabled for a GitHub Pages site.
repo.pages_privateA GitHub Pages site visibility was changed to private.
repo.pages_publicA GitHub Pages site visibility was changed to public.
repo.pages_soft_deleteA GitHub Pages site was soft-deleted because its owner's plan changed.
repo.pages_soft_delete_restoreA GitHub Pages site that was previously soft-deleted was restored.
repo.pages_sourceA GitHub Pages source was modified.
repo.register_self_hosted_runnerA new self-hosted runner was registered./actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-a-repository
repo.remove_actions_secretA GitHub Actions secret was deleted for a repository./actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository
repo.remove_actions_variableA GitHub Actions variable was deleted for a repository./actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository
repo.remove_integration_secretA Codespaces or Dependabot secret was deleted for a repository.
repo.remove_memberA collaborator was removed from a repository./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository
repo.remove_self_hosted_runnerA self-hosted runner was removed./actions/hosting-your-own-runners/managing-self-hosted-runners/removing-self-hosted-runners#removing-a-runner-from-a-repository
repo.remove_topicA topic was removed from a repository.
repo.renameA repository was renamed./repositories/creating-and-managing-repositories/renaming-a-repository
repo.set_actions_fork_pr_approvals_policyThe setting for requiring approvals for workflows from public forks was changed for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-required-approval-for-workflows-from-public-forks
repo.set_actions_private_fork_pr_approvals_policyThe policy for requiring approval for fork pull request workflows from collaborators without write access to private repos was changed for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-forks-of-private-repositories
repo.set_actions_retention_limitThe retention period for GitHub Actions artifacts and logs in a repository was changed./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository
repo.set_default_workflow_permissionsThe default permissions granted to the GITHUB_TOKEN when running workflows were changed for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-permissions-of-the-github_token-for-your-repository
repo.set_fork_pr_workflows_policyTriggered when the policy for workflows on private repository forks is changed./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-private-repository-forks
repo.set_workflow_permission_can_approve_prThe policy for allowing GitHub Actions to create and approve pull requests was changed for a repository./repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#preventing-github-actions-from-creating-or-approving-pull-requests
repo.staff_unlockAn enterprise owner or GitHub staff (with permission from a repository administrator) temporarily unlocked the repository.
repo.temporary_access_grantedTemporary access was enabled for a repository./admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise
repo.transferA user accepted a request to receive a transferred repository./repositories/creating-and-managing-repositories/transferring-a-repository
repo.transfer_outgoingA repository was transferred to another repository network.
repo.transfer_startA user sent a request to transfer a repository to another user or organization.
repo.unarchivedA repository was unarchived./repositories/archiving-a-github-repository
repo.update_actions_access_settingsThe setting to control how a repository was used by GitHub Actions workflows in other repositories was changed.
repo.update_actions_secretA GitHub Actions secret was updated for a repository./actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository
repo.update_actions_settingsA repository administrator changed GitHub Actions policy settings for a repository.
repo.update_actions_variableA GitHub Actions variable was updated for a repository./actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository
repo.update_default_branchThe default branch for a repository was changed.
repo.update_integration_secretA Codespaces or Dependabot secret was updated for a repository.
repo.update_memberA user's permission to a repository was changed.

repository_image

アクション説明Reference
repository_image.createAn image to represent a repository was uploaded.
repository_image.destroyAn image to represent a repository was deleted.

repository_invitation

アクション説明Reference
repository_invitation.acceptAn invitation to join a repository was accepted.
repository_invitation.cancelAn invitation to join a repository was canceled.
repository_invitation.createAn invitation to join a repository was sent.
repository_invitation.rejectAn invitation to join a repository was declined.

repository_ruleset

アクション説明Reference
repository_ruleset.createA repository ruleset was created./repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository
repository_ruleset.destroyA repository ruleset was deleted./repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository#deleting-a-ruleset
repository_ruleset.updateA repository ruleset was edited./repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/managing-rulesets-for-a-repository#editing-a-ruleset

security_key

アクション説明Reference
security_key.registerA security key was registered for an account.
security_key.removeA security key was removed from an account.

sponsors

アクション説明Reference
sponsors.agreement_signA GitHub Sponsors agreement was signed on behalf of an organization.
sponsors.custom_amount_settings_changeCustom amounts for GitHub Sponsors were enabled or disabled, or the suggested custom amount was changed./sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers
sponsors.fiscal_host_changeThe fiscal host for a GitHub Sponsors listing was updated.
sponsors.repo_funding_links_file_actionThe FUNDING file in a repository was changed./repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
sponsors.sponsor_sponsorship_cancelA sponsorship was canceled./billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship
sponsors.sponsor_sponsorship_createA sponsorship was created, by sponsoring an account./sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes
sponsors.sponsor_sponsorship_payment_completeAfter you sponsor an account and a payment has been processed, the sponsorship payment was marked as complete./sponsors/sponsoring-open-source-contributors/about-sponsorships-fees-and-taxes
sponsors.sponsor_sponsorship_preference_changeThe option to receive email updates from a sponsored account was changed./sponsors/sponsoring-open-source-contributors/managing-your-sponsorship
sponsors.sponsor_sponsorship_tier_changeA sponsorship was upgraded or downgraded./billing/managing-billing-for-github-sponsors/upgrading-a-sponsorship, /billing/managing-billing-for-github-sponsors/downgrading-a-sponsorship
sponsors.sponsored_developer_approveA GitHub Sponsors account was approved./sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account
sponsors.sponsored_developer_createA GitHub Sponsors account was created./sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account
sponsors.sponsored_developer_disableA GitHub Sponsors account was disabled.
sponsors.sponsored_developer_profile_updateThe profile for GitHub Sponsors account was edited./sponsors/receiving-sponsorships-through-github-sponsors/editing-your-profile-details-for-github-sponsors
sponsors.sponsored_developer_redraftA GitHub Sponsors account was returned to draft state from approved state.
sponsors.sponsored_developer_request_approvalAn application for GitHub Sponsors was submitted for approval./sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account
sponsors.sponsored_developer_tier_description_updateThe description for a sponsorship tier was changed./sponsors/receiving-sponsorships-through-github-sponsors/managing-your-sponsorship-tiers
sponsors.sponsored_developer_update_newsletter_sendTriggered when you send an email update to your sponsors./sponsors/receiving-sponsorships-through-github-sponsors/contacting-your-sponsors
sponsors.sponsors_patreon_user_createA Patreon account was linked to a user account for use with GitHub Sponsors./sponsors/receiving-sponsorships-through-github-sponsors/enabling-sponsorships-through-patreon#linking-your-patreon-account-to-your-github-account
sponsors.sponsors_patreon_user_destroyA Patreon account for use with GitHub Sponsors was unlinked from a user account./sponsors/sponsoring-open-source-contributors/unlinking-your-patreon-account-from-your-github-account
sponsors.update_tier_repositoryA GitHub Sponsors tier changed access for a repository.
sponsors.update_tier_welcome_messageThe welcome message for a GitHub Sponsors tier for an organization was updated.
sponsors.waitlist_joinYou join the waitlist to join GitHub Sponsors./sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-personal-account
sponsors.withdraw_agreement_signatureA signature was withdrawn from a GitHub Sponsors agreement that applies to an organization.

successor_invitation

アクション説明Reference
successor_invitation.acceptTriggered when you accept a succession invitation./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories
successor_invitation.cancelTriggered when you cancel a succession invitation./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories
successor_invitation.createTriggered when you create a succession invitation./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories
successor_invitation.declineTriggered when you decline a succession invitation./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories
successor_invitation.revokeTriggered when you revoke a succession invitation./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories

trusted_device

アクション説明Reference
trusted_device.registerA new trusted device was added.
trusted_device.removeA trusted device was removed.

two_factor_authentication

アクション説明Reference
two_factor_authentication.add_factorA secondary authentication factor was added to a user account./authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication
two_factor_authentication.disabledTwo-factor authentication was disabled for a user account.https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/disabling-two-factor-authentication-for-your-personal-account
two_factor_authentication.enabledTwo-factor authentication was enabled for a user account.https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication
two_factor_authentication.password_reset_fallback_smsA one-time password code was sent to a user account fallback phone number.
two_factor_authentication.recovery_codes_regeneratedTwo factor recovery codes were regenerated for a user account.
two_factor_authentication.remove_factorA secondary authentication factor was removed from a user account./authentication/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication
two_factor_authentication.sign_in_fallback_smsA one-time password code was sent to a user account fallback phone number.
two_factor_authentication.update_fallbackThe two-factor authentication fallback for a user account was changed.

user

アクション説明Reference
user.add_emailAn email address was added to a user account./account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account
user.async_deleteAn asynchronous job was started to destroy a user account, eventually triggering a user.delete event.
user.audit_log_exportAudit log entries were exported.
user.block_userA user was blocked by another user.
user.change_passwordA user changed their password.
user.codespaces_trusted_repo_access_grantedTriggered when you allow the codespaces you create for a repository to access other repositories owned by your personal account./codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces
user.codespaces_trusted_repo_access_revokedTriggered when you disallow the codespaces you create for a repository to access other repositories owned by your personal account./codespaces/managing-codespaces-for-your-organization/managing-repository-access-for-your-organizations-codespaces
user.createA new user account was created.
user.create_integration_secretA user secret for Codespaces was created.
user.creation_rate_limit_exceededThe rate of creation of user accounts, applications, issues, pull requests or other resources exceeded the configured rate limits, or too many users were followed too quickly.
user.deleteA user account was destroyed by an asynchronous job.
user.demoteA site administrator was demoted to an ordinary user account.
user.destroyA user deleted his or her account, triggering user.async_delete.
user.failed_loginA user tried to sign in with an incorrect username, password, or two-factor authentication code.
user.forgot_passwordA user requested a password reset./authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials
user.hide_private_contributions_countA user changed the visibility of their private contributions. The number of contributions to private repositories on the user's profile are now hidden./account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile
user.loginA user signed in.
user.logoutA user signed out.
user.new_device_usedA user signed in from a new device.
user.promoteAn ordinary user account was promoted to a site administrator.
user.recreateA user's account was restored.
user.remove_emailAn email address was removed from a user account.
user.remove_integration_secretA user secret for Codespaces was deleted.
user.renameA username was changed.
user.reset_passwordA user reset their account password.
user.show_private_contributions_countA user changed the visibility of their private contributions. The number of contributions to private repositories on the user's profile are now shown./account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile
user.sign_in_from_unrecognized_deviceA user signed in from an unrecognized device.
user.sign_in_from_unrecognized_device_and_locationA user signed in from an unrecognized device and location.
user.suspendA user account was suspended.
user.two_factor_challenge_failureA 2FA challenge issued for a user account failed.
user.two_factor_challenge_successA 2FA challenge issued for a user account succeeded.
user.two_factor_recoverA user used their 2FA recovery codes.
user.two_factor_recovery_codes_downloadedA user downloaded 2FA recovery codes for their account.
user.two_factor_recovery_codes_printedA user printed 2FA recovery codes for their account.
user.two_factor_recovery_codes_viewedA user viewed 2FA recovery codes for their account.
user.two_factor_requestedA user was prompted for a two-factor authentication code./authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication
user.unblock_userA user was unblocked by another user.
user.unsuspendA user account was unsuspended.
user.update_integration_secretA user secret for Codespaces was updated.

user_email

アクション説明Reference
user_email.confirm_claimAn enterprise managed user claimed an email address.

user_status

アクション説明Reference
user_status.destroyTriggered when you clear the status on your profile.
user_status.updateTriggered when you set or change the status on your profile./account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile#setting-a-status

workflows

アクション説明Reference
workflows.approve_workflow_jobA workflow job was approved./actions/managing-workflow-runs/reviewing-deployments
workflows.delete_workflow_runA workflow run was deleted./actions/managing-workflow-runs/deleting-a-workflow-run
workflows.disable_workflowA workflow was disabled.
workflows.enable_workflowA workflow was enabled, after previously being disabled by disable_workflow.
workflows.pin_workflowA workflow was pinned.
workflows.reject_workflow_jobA workflow job was rejected./actions/managing-workflow-runs/reviewing-deployments
workflows.unpin_workflowA workflow was unpinned after previously being pinned.