Skip to content

Commit

Permalink
fix a typo in actions_organization_secret doc (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremad authored Nov 30, 2021
1 parent 363d456 commit 5991b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/actions_organization_secret.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following arguments are supported:
* `secret_name` - (Required) Name of the secret
* `encrypted_value` - (Optional) Encrypted value of the secret using the Github public key in Base64 format.
* `plaintext_value` - (Optional) Plaintext value of the secret to be encrypted
* `visiblity` - (Required) Configures the access that repositories have to the organization secret.
* `visibility` - (Required) Configures the access that repositories have to the organization secret.
Must be one of `all`, `private`, `selected`. `selected_repository_ids` is required if set to `selected`.
* `selected_repository_ids` - (Optional) An array of repository ids that can access the organization secret.

Expand Down

0 comments on commit 5991b6a

Please sign in to comment.