We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d53b0 commit 88281a6Copy full SHA for 88281a6
1 file changed
get_workflow_version/main.py
@@ -7,7 +7,8 @@
7
import typer
8
from typing_extensions import Annotated
9
10
-app = typer.Typer()
+# Do not show locals to avoid displaying `GH_TOKEN`
11
+app = typer.Typer(pretty_exceptions_show_locals=False)
12
13
14
@dataclasses.dataclass(frozen=True)
0 commit comments