Skip to main content

311 Search results for "secrets"

GitHub Actions / Security / Security guides /

Security hardening for GitHub Actions

GitHub Actions. Using secrets Sensitive values should never be stored as plaintext in workflow files, but rather as secrets. Secrets can be configured at

Codespaces / Developing in a codespace /

Creating a codespace for a repository

names of one or more secrets that it's recommended you create in your Codespaces settings. For more information, see Recommended secrets. Note You can bookmark

GitHub Actions / Use cases and examples / Deployment /

Installing an Apple certificate on macOS runners for Xcode development

For more information, see the Apple developer documentation. Creating secrets for your certificate and provisioning profile The signing process involves

GitHub Actions / Write workflows / Choose when workflows run /

Triggering a workflow

you'll need to create a GitHub App and store the app ID and private key as secrets. For more information, see Making authenticated API requests with a GitHub

GitHub Actions / Migrate to GitHub Actions / Manual migrations /

Migrating from GitLab CI/CD to GitHub Actions

Variables and secrets GitLab CI/CD and GitHub Actions support setting variables in the pipeline or workflow configuration file, and creating secrets using the

GitHub Actions / Migrate to GitHub Actions / Manual migrations /

Migrating from CircleCI to GitHub Actions

Using variables and secrets CircleCI and GitHub Actions support setting variables in the configuration file and creating secrets using the CircleCI or

Code security / Secret scanning / Introduction /

About secret scanning

GitHub scans repositories for known types of secrets, to prevent fraudulent use of secrets that were committed accidentally. About secret scanning Secret

Code security / Secret scanning / Manage alerts /

Viewing and filtering alerts from secret scanning

repository with secret scanning enabled, GitHub scans the contents for secrets that match patterns defined by service providers. When secret scanning detects

Code security / Secret scanning / Manage alerts /

Monitoring alerts from secret scanning

administrators of repositories where secrets were leaked Note Commit authors who've accidentally committed secrets will be notified, regardless of their

Code security / Secret scanning / Partner program /

Secret scanning partner program

GitHub Contact GitHub to get the process started. Identify the relevant secrets you want to scan for and create regular expressions to capture them. For