# Managing your codespaces

You can use GitHub Codespaces settings to manage information that your codespace might need.

## Links

* [Managing your account-specific secrets for GitHub Codespaces](/en/codespaces/managing-your-codespaces/managing-your-account-specific-secrets-for-github-codespaces)

  You can store sensitive information, like tokens, that you want to access in your codespaces via environment variables.

* [Managing access to other repositories within your codespace](/en/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces)

  You can manage the repositories that GitHub Codespaces can access.

* [Reviewing your security logs for GitHub Codespaces](/en/codespaces/managing-your-codespaces/reviewing-your-security-logs-for-github-codespaces)

  You can use the security log to review all actions related to GitHub Codespaces.

* [Managing GPG verification for GitHub Codespaces](/en/codespaces/managing-your-codespaces/managing-gpg-verification-for-github-codespaces)

  You can allow GitHub to automatically use GPG to sign commits you make in your codespaces, so other people can be confident that the changes come from a trusted source.