1
0
mirror of synced 2025-12-22 03:16:52 -05:00

add topic frontmatter to articles (#18245)

This commit is contained in:
Rachael Sewell
2021-03-17 12:31:29 -07:00
committed by GitHub
parent 0192f59031
commit b1b8cb8e84
1120 changed files with 2566 additions and 73 deletions

View File

@@ -1,9 +1,11 @@
---
title: Managing encrypted secrets for Codespaces
intro: You can store sensitive information, like tokens, that you want to access in your codespaces via environment variables.
intro: 'You can store sensitive information, like tokens, that you want to access in your codespaces via environment variables.'
product: '{% data reusables.gated-features.codespaces %}'
versions:
free-pro-team: '*'
topics:
- codespaces
---
{% note %}