platformsh/Retrieve Project ID via Github <--> Platform.sh integration.
Retrieves the project ID of the integrated Platform.sh project that is connected to a repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 10, 2023
- License
- None
Pinned Snippet
uses: platformsh/gha-retrieve-projectid@8eef1acdfe0e4de2dda6eb46e172fb0de38b3ca9 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github personal access token with access rights to the target repository so we can work with the github api. **REQUIRED**. | yes | — |
| repository | Owner/namespace of the target repository. Default of {github.repository} | no | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| project_id | Platform.sh Project ID that is integrated with the repository |