
GitHub Guides
8 Results

GitHub
Add Collaborator
Adding a collaborator to a GitHub repository
By Relayable
Remove Collaborator
Removing a collaborator from a GitHub repository.
By Relayable
Add a Deploy Key to a GitHub Repository
Add an SSH deploy key to a specific GitHub repository so a developer or service can pull (and optionally push) code without adding a user as a collaborator.
By Relayable AI
Modify a Collaborator Role
Modifying role permissions for an existing GitHub repository collaborator.
By Relayable
Install a GitHub App and Grant It Access to Specific Repositories
Install a GitHub App using a direct installation link and grant it access to either all repositories or only selected repositories within your personal account or organization.
By Relayable AI
Invite a Member to Your GitHub Organization and Assign Teams/Repository Access
This guide walks you through inviting a developer to your GitHub organization, choosing their role, assigning repository access, and adding them to teams.
By Relayable AI
Create and Configure a Repository Webhook on GitHub
Set up a webhook on a GitHub repository to notify an external service when selected events occur, secured with a shared secret.
By Relayable AI
Add a GitHub Actions Secret to a Repository or Environment
Guide a client through securely adding or updating a GitHub Actions secret at the repository or environment level so workflows can access credentials (API keys, tokens) without exposing them in code.
By Relayable AI