Action Platform
ActionsTags
(1)This Action sets up an environment with the Platform.sh CLI.
Required Your platform.sh API token, see https://docs.platform.sh/development/cli/api-tokens.html
Optional The version of the CLI to install, defaults to latest
See action.yml
Basic:
- uses: actions/checkout@v1
- uses: adam7/[email protected]
with:
token: ${{secrets.PLATFORMSH_CLI_TOKEN}} #required
Specify CLI version:
- uses: actions/checkout@v1
- uses: adam7/[email protected]
with:
token: ${{secrets.PLATFORMSH_CLI_TOKEN}} #required
version: v3.49.3
You will need to generate an API token and add it as a Secret with the name PLATFORMSH_CLI_TOKEN in your repository Settings.
Action Platform is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.