Skip to content

Latest commit

 

History

History
120 lines (74 loc) · 4.08 KB

File metadata and controls

120 lines (74 loc) · 4.08 KB

Icon GitHub Action: Deployment - Delete deployment(s)

Deployment - Delete deployment(s)

Marketplace Release License Stars PRs Welcome

Overview

Action to delete some deployment(s) for the current ref. It also deletes the associated review apps environment(s) if any.

Permissions

Set permissions to write deployments.

permissions:
  actions: read
  deployments: write

Usage

- 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: ""

Inputs

Input Description Required Default
token The token to use to delete the review apps environment(s). It needs the repo scope. false -

Outputs

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.

Contributing

Contributions are welcome! Please see the contributing guidelines for more details.

License

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.