Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.15 KB

File metadata and controls

59 lines (45 loc) · 2.15 KB

branding<icon:trash-2 color:gray-dark> GitHub Action: Delete deployment(s)

branding<icon:trash-2 color:gray-dark>

Release%20by%20tag Release%20by%20date Commit Open%20Issues Downloads

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

Usage

Set permissions to write deployments.

permissions:
  actions: read
  deployments: write
- uses: hoverkraft-tech/[email protected]
  with:
    # Description: The token to use to delete the review apps environment(s). It needs
    # the `repo` scope.
    #
    token: ""