Skip to content

Commit

Permalink
Fix in github_actions_environment_secrets doc (#1708)
Browse files Browse the repository at this point in the history
* Fix in github_actions_environment_secrets doc

* Update actions_environment_secrets.html.markdown

---------

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
bpaquet and kfcampbell authored Jun 14, 2023
1 parent e3091f1 commit 6b98ac5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/d/actions_environment_secrets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |-
Get Actions secrets of the repository environment
---

# github\_actions\_environment\_variables
# github\_actions\_environment\_secrets

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

Expand All @@ -22,7 +22,7 @@ data "github_actions_environment_secrets" "example" {

## Attributes Reference

* `variables` - list of variables for the environment
* `name` - Name of the variable
* `created_at` - Timestamp of the variable creation
* `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 comments on commit 6b98ac5

Please sign in to comment.