Skip to content

About GitHub Secrets

As the website of GitHub Secrets mentions:

Quote

Encrypted secrets allow you to store sensitive information in your organization, repository, or repository environments.

How and why do we use GitHub Secrets

We use GitHub Secrets to store confidential variables that can be used in GitHub Actions.

Access GitHub Secrets

Access GitHub Actions Secrets page to have an overview of the available secrets.

Configuration

None.

Common tasks

Create a GitHub Secret

Add a secret by selecting New repository secret in the GitHub Actions Secrets page.

Note: A secret can only be updated, not viewed. Please be careful to have a copy of the secrets you store on GitHub Secrets.

Resources and alternatives

These resources and alternatives are related to the current item (in alphabetical order).

None at the moment.