Hi All, Has anyone else been able to get github a...
# ask-community
n
Hi All, Has anyone else been able to get github and prefect-cloud integration to work? I do the following and get an error when pip has finished installing:
Copy code
pull:
    - 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:
Copy code
`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