Nathan Low
11/10/2025, 2:41 PMpull:
- prefect.deployments.steps.run_shell_script:
id: get-github-token
script: uv tool run prefect-cloud github token owner/repository
- prefect.deployments.steps.git_clone:
id: git-clone
repository: <https://x-access-token>:{{ get-github-token.stdout }}@github.com/owner/repository.git
Then I get this error when running the run_shell_script step when the flow start to run:
`run_shell_script` failed with error code 1: Downloading pygments (1.2MiB)
Downloading uv (20.4MiB)
Downloading pydantic-core (2.0MiB)
Downloading pydantic-core
Downloading uv
Downloading pygments
Installed 35 packages in 126ms
Bytecode compiled 1004 files in 1.11s