Detecting if PlatformSH is building an environment, and returning the URL when it's done deploying.
PLATFORMSH_ID
: The ID of your platform project.PLATFORMSH_KEY
: The API token, generated through PlatformSH.- Login to console.platform.sh
- "My Profile" > "API Tokens" > "Create API token"
- Remember that this is an access token, and should not be written in plain text.
- Add it as an encrypted repo secret - more info at GitHub docs.
ENVIRONMENT_NAME
(optional): The environment, to check for- By default, this is set to the
pr-xx
, usingpr-${{ github.event.pull_request.number }}
- You can also set it to check for the current branch, using
${{ github.head_ref || github.ref_name }}
- By default, this is set to the
See the other inputs in action.yml
This action is used for another action, for detecting if a platformsh environment has deployed correctly.