Integration reference
GitHub Trigger and Action reference
Start from the GitHub webhook catalog and automate repositories, issues, pull requests, and Actions workflows.
Authentication
Install the FastHook GitHub App and grant it access to all required repositories.
- Trigger account type:
app_installation; reconnect byinstallation. - Action connection type:
oauth2; available modes: Connected GitHub account.
Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.
Scopes and permissions
The Trigger manifest does not declare a fixed base OAuth scope list. Installation access, API credentials, or the selected event configuration can still control available resources.
View 4 OAuth scopes used by current Actions
issues:write, pull_requests:write, contents:read, actions:write
View 4 provider permissions or credential requirements
issues:write, pull_requests:write, contents:read, actions:write
Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.
Use GitHub as a Trigger
The current provider manifest contains 77 available Trigger definitions. Representative definitions include:
- Any GitHub Event
- Custom Webhook Events
- Issues
- Pull Request
- Push
- Workflow Run
View all 77 available Trigger definitions
| Trigger | Manifest key | Delivery | Additional scopes |
|---|---|---|---|
| Any GitHub Event | github.any_event.instant | instant | None declared |
| Custom Webhook Events | github.custom_webhook_events.instant | instant | None declared |
| Branch Protection Configuration | github.branch_protection_configuration.instant | instant | None declared |
| Branch Protection Rule | github.branch_protection_rule.instant | instant | None declared |
| Check Run | github.check_run.instant | instant | None declared |
| Check Suite | github.check_suite.instant | instant | None declared |
| Code Scanning Alert | github.code_scanning_alert.instant | instant | None declared |
| Commit Comment | github.commit_comment.instant | instant | None declared |
| Create | github.create.instant | instant | None declared |
| Custom Property | github.custom_property.instant | instant | None declared |
| Custom Property Values | github.custom_property_values.instant | instant | None declared |
| Delete | github.delete.instant | instant | None declared |
| Dependabot Alert | github.dependabot_alert.instant | instant | None declared |
| Deploy Key | github.deploy_key.instant | instant | None declared |
| Deployment | github.deployment.instant | instant | None declared |
| Deployment Protection Rule | github.deployment_protection_rule.instant | instant | None declared |
| Deployment Review | github.deployment_review.instant | instant | None declared |
| Deployment Status | github.deployment_status.instant | instant | None declared |
| Discussion | github.discussion.instant | instant | None declared |
| Discussion Comment | github.discussion_comment.instant | instant | None declared |
| Dismissal Request Code Scanning | github.dismissal_request_code_scanning.instant | instant | None declared |
| Dismissal Request Dependabot | github.dismissal_request_dependabot.instant | instant | None declared |
| Dismissal Request License Compliance | github.dismissal_request_license_compliance.instant | instant | None declared |
| Dismissal Request Secret Scanning | github.dismissal_request_secret_scanning.instant | instant | None declared |
| Exemption Request Push Ruleset | github.exemption_request_push_ruleset.instant | instant | None declared |
| Exemption Request Secret Scanning | github.exemption_request_secret_scanning.instant | instant | None declared |
| Fork | github.fork.instant | instant | None declared |
| GitHub App Authorization | github.github_app_authorization.instant | instant | None declared |
| Gollum | github.gollum.instant | instant | None declared |
| Installation | github.installation.instant | instant | None declared |
| Installation Repositories | github.installation_repositories.instant | instant | None declared |
| Installation Target | github.installation_target.instant | instant | None declared |
| Issue Comment | github.issue_comment.instant | instant | None declared |
| Issue Dependencies | github.issue_dependencies.instant | instant | None declared |
| Issues | github.issues.instant | instant | None declared |
| Label | github.label.instant | instant | None declared |
| Member | github.member.instant | instant | None declared |
| Membership | github.membership.instant | instant | None declared |
| Merge Group | github.merge_group.instant | instant | None declared |
| Merge Queue Entry | github.merge_queue_entry.instant | instant | None declared |
| Meta | github.meta.instant | instant | None declared |
| Milestone | github.milestone.instant | instant | None declared |
| Org Block | github.org_block.instant | instant | None declared |
| Organization | github.organization.instant | instant | None declared |
| Organization Custom Property Values | github.organization_custom_property_values.instant | instant | None declared |
| Page Build | github.page_build.instant | instant | None declared |
| Personal Access Token Request | github.personal_access_token_request.instant | instant | None declared |
| Ping | github.ping.instant | instant | None declared |
| Projects V2 | github.projects_v2.instant | instant | None declared |
| Projects V2 Item | github.projects_v2_item.instant | instant | None declared |
| Projects V2 Status Update | github.projects_v2_status_update.instant | instant | None declared |
| Public | github.public.instant | instant | None declared |
| Pull Request | github.pull_request.instant | instant | None declared |
| Pull Request Review | github.pull_request_review.instant | instant | None declared |
| Pull Request Review Comment | github.pull_request_review_comment.instant | instant | None declared |
| Pull Request Review Thread | github.pull_request_review_thread.instant | instant | None declared |
| Push | github.push.instant | instant | None declared |
| Registry Package | github.registry_package.instant | instant | None declared |
| Release | github.release.instant | instant | None declared |
| Repository | github.repository.instant | instant | None declared |
| Repository Advisory | github.repository_advisory.instant | instant | None declared |
| Repository Dispatch | github.repository_dispatch.instant | instant | None declared |
| Repository Ruleset | github.repository_ruleset.instant | instant | None declared |
| Secret Scanning Alert | github.secret_scanning_alert.instant | instant | None declared |
| Secret Scanning Alert Location | github.secret_scanning_alert_location.instant | instant | None declared |
| Secret Scanning Scan | github.secret_scanning_scan.instant | instant | None declared |
| Security Advisory | github.security_advisory.instant | instant | None declared |
| Security And Analysis | github.security_and_analysis.instant | instant | None declared |
| Star | github.star.instant | instant | None declared |
| Status | github.status.instant | instant | None declared |
| Sub Issues | github.sub_issues.instant | instant | None declared |
| Team | github.team.instant | instant | None declared |
| Team Add | github.team_add.instant | instant | None declared |
| Watch | github.watch.instant | instant | None declared |
| Workflow Dispatch | github.workflow_dispatch.instant | instant | None declared |
| Workflow Job | github.workflow_job.instant | instant | None declared |
| Workflow Run | github.workflow_run.instant | instant | None declared |
Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.
Use GitHub Actions
The current Action manifest contains 6 operations. Representative Actions include:
- Create Issue
- Update Issue
- Add Issue Comment
- Create Pull Request
- Dispatch Workflow
- Custom API Request
View all 6 available Action definitions
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Create Issue | github.create_issue | issues:writeFastHook-managed account | 1/second |
| Update Issue | github.update_issue | issues:writeFastHook-managed account | 1/second |
| Add Issue Comment | github.add_issue_comment | issues:writeFastHook-managed account | 1/second |
| Create Pull Request | github.create_pull_request | pull_requests:write, contents:readFastHook-managed account | 1/second |
| Dispatch Workflow | github.dispatch_workflow | actions:writeFastHook-managed account | 1/second |
| Custom API Request | github.custom_api_request | None declared FastHook-managed account | 1/second |
The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.
Build a Workflow
- Create a Source using a GitHub Trigger definition.
- Create a Workflow with that Source as its Trigger.
- Add the required GitHub Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- Activate the Workflow, produce a controlled event, and verify the run in Audit and in GitHub.
Troubleshooting GitHub
- The account is missing or cannot be selected
- Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
- A resource picker is empty
- Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
- The editor asks for additional scopes
- Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
- An active Workflow returns 401, 403, or a permission error
- Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
- The provider returns 429 or a temporary 5xx
- Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.
Provider-specific checks
- Repository access is controlled by the GitHub App installation as well as Source filters.
- Use the webhook action field to distinguish opened, edited, closed, and other changes.