We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3091f1 commit 6b98ac5Copy full SHA for 6b98ac5
website/docs/d/actions_environment_secrets.html.markdown
@@ -5,7 +5,7 @@ description: |-
5
Get Actions secrets of the repository environment
6
---
7
8
-# github\_actions\_environment\_variables
+# github\_actions\_environment\_secrets
9
10
Use this data source to retrieve the list of secrets of the repository environment.
11
@@ -22,7 +22,7 @@ data "github_actions_environment_secrets" "example" {
22
23
## Attributes Reference
24
25
- * `variables` - list of variables for the environment
26
- * `name` - Name of the variable
27
- * `created_at` - Timestamp of the variable creation
28
- * `updated_at` - Timestamp of the variable last update
+ * `secrets` - list of secrets for the environment
+ * `name` - Name of the secret
+ * `created_at` - Timestamp of the secret creation
+ * `updated_at` - Timestamp of the secret last update
0 commit comments