Skip to main content

311 Search results for "secrets"

Codespaces /

Managing GitHub Codespaces for your organization

limits. Managing development environment secrets for your repository or organization Development environment secrets allow you to store sensitive information

Codespaces /

Guides for Codespaces

Visual Studio Code web client. Codespaces Set up Specifying recommended secrets for a repository How-to guide You can add a setting to your dev container

GitHub Actions / Use cases and examples / Deployment /

Deploying Docker to Azure App Service

provider. This will let you stop storing these credentials as long-lived secrets and provide other security benefits. For more information, see About security

GitHub Actions / Use cases and examples / Deployment /

Deploying .NET to Azure App Service

provider. This will let you stop storing these credentials as long-lived secrets and provide other security benefits. For more information, see About security

GitHub Actions / Use cases and examples / Deployment /

Deploying Python to Azure App Service

provider. This will let you stop storing these credentials as long-lived secrets and provide other security benefits. For more information, see About security

GitHub Actions / Write workflows /

Using workflow templates

see Building and testing. Some workflow templates use secrets. For example, ${{ secrets.npm_token }}. If the workflow template uses a secret, store the

Get started / Learning about GitHub /

About GitHub Advanced Security

for upload to GitHub. See About the CodeQL CLI. Secret scanning - Detect secrets, for example keys and tokens, that have been checked into private repositories

GitHub Actions / Write workflows /

About workflows

workflows. Storing secrets If your workflows use sensitive data, such as passwords or certificates, you can save these in GitHub as secrets and then use them

Codespaces / Prebuilding your codespaces /

Configuring prebuilds

you can set these either as Codespaces repository secrets or as Codespaces organization secrets. Secrets that you create in this way will be accessible by

GitHub Actions / Migrate to GitHub Actions / Manual migrations /

Migrating from Travis CI to GitHub Actions

following key features in GitHub Actions: Storing secrets GitHub Actions allows you to store secrets and reference them in your jobs. GitHub Actions organizations