Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Frasier <[email protected]>
  • Loading branch information
dav3r and jsf9k authored Jan 13, 2025
1 parent e52d702 commit 6c66598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_setup/scripts/terraform-to-secrets
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def set_secret(
secret_value: str,
public_key: Dict[str, str],
) -> None:
"""Create a secret in a repository."""
"""Create a secret in a repository or environment."""
if github_env:
logging.info(f"Creating secret {secret_name} in environment {github_env}")
api_url = f"https://api.github.com/repos/{repo_name}/environments/{github_env}/secrets/{secret_name}"
Expand Down

0 comments on commit 6c66598

Please sign in to comment.