Skip to content

Commit 6b98ac5

Browse files
bpaquetkfcampbell
andauthored
Fix in github_actions_environment_secrets doc (#1708)
* Fix in github_actions_environment_secrets doc * Update actions_environment_secrets.html.markdown --------- Co-authored-by: Keegan Campbell <[email protected]>
1 parent e3091f1 commit 6b98ac5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/d/actions_environment_secrets.html.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |-
55
Get Actions secrets of the repository environment
66
---
77

8-
# github\_actions\_environment\_variables
8+
# github\_actions\_environment\_secrets
99

1010
Use this data source to retrieve the list of secrets of the repository environment.
1111

@@ -22,7 +22,7 @@ data "github_actions_environment_secrets" "example" {
2222

2323
## Attributes Reference
2424

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
25+
* `secrets` - list of secrets for the environment
26+
* `name` - Name of the secret
27+
* `created_at` - Timestamp of the secret creation
28+
* `updated_at` - Timestamp of the secret last update

0 commit comments

Comments
 (0)