platformsh/Retrieve the Production for a Platform.sh project that has a GitHub Integration
Retrieves the production URL of the integrated Platform.sh project that is connected to a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 14, 2026
- License
- None
Pinned Snippet
uses: platformsh/gha-retrieve-production-url@bd56660ddcc761979be8d169cad99bd841713da9 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| platformsh_token | Platform.sh API Token. Needed to trigger the source operation. | yes | — |
| project_id | Owner/namespace of the target repository. Default of {github.repository} | yes | — |
| provider | PaaS provider. [platform|upsun]. Default of platform | — | platform |
Outputs
| name | description |
|---|---|
| production_url | URL associated with the production environment on PaaS provider |