platformsh/Retrieve Target URL of Platform.sh integration

Checks the status of the Platform.sh integration for a success state, and returns the Target URL of the deployed environment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 4, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: platformsh/gha-retrieve-psh-prenv-url@6e4f95f9f3962727578ce95ad9288985338714c9 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repositoryOwner/namespace of the target repository. Default of {github.repository}no${{ github.repository }}
refThe branch or tag ref that we should check for a status. Default of {github.head_ref}no${{ github.head_ref }}
github-tokenGithub token to the repository so we can work with the github api. Typically GITHUB_TOKENyes
timeoutHow long (in seconds) should we continue checking for the new environment?no300
delay-in-secondsThe delay in seconds between each check.no10
delay-startDelay the start of testing for X seconds after the PR environment is available.no""
namedescription
target_urlTarget URL as returned by the Platform.sh integration