File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
1010Use 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
You can’t perform that action at this time.
0 commit comments