Change list_secrets to use async await #16477
Closed
Conventional Commit Lint GCF / conventionalcommits.org
failed
Mar 30, 2026 in 0s
Commit message did not follow Conventional Commits
Some of your commit messages failed linting.
Visit conventionalcommits.org to learn our conventions.
Run git commit --amend and edit your message to match Conventional Commit guidelines.
Details
❌ The following linting errors found:
- subject may not be empty
- type may not be empty
for the following input:
"*change list_secrets to use async await
the list_secrets call returns a coroutine that should be awaited, therefore, i am introducing the await instruction, which was absent, to the async secrets getter example.*"
Loading