Action to delete some deployment(s) for the current ref. It also deletes the associated review apps environment(s) if any.
Set permissions to write deployments.
permissions:
actions: read
deployments: write- uses: hoverkraft-tech/ci-github-publish/actions/deployment/delete@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
with:
# The token to use to delete the review apps environment(s). It needs the `repo` scope.
token: ""| Input | Description | Required | Default |
|---|---|---|---|
token |
The token to use to delete the review apps environment(s). It needs the repo scope. |
false | - |
| Output | Description |
|---|---|
deployment-ids |
The id(s) of the deleted deployment(s). JSON array format. |
environments |
The name(s) of the environment(s) related to deleted deployment(s). JSON array format. |
Contributions are welcome! Please see the contributing guidelines for more details.
This project is licensed under the MIT License.
SPDX-License-Identifier: MIT
Copyright © 2026 hoverkraft
For more details, see the license.
This documentation was automatically generated by CI Dokumentor.