Skip to content

Commit

Permalink
fix(rm del env): Not needed (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Dial <[email protected]>
  • Loading branch information
github-actions[bot] and mdial89f authored Apr 11, 2024
1 parent ef9c545 commit 0b0b89f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,3 @@ jobs:
SLACK_TITLE: Failure
SLACK_USERNAME: ${{ github.repository }} - ${{job.status}}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

delete_environment:
needs: destroy
runs-on: ubuntu-20.04
steps:
- uses: strumwolf/delete-deployment-environment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: ${{ inputs.environment || (startsWith(github.event.ref, 'snyk-') && 'snyk' || github.event.ref) }}
onlyRemoveDeployments: true

0 comments on commit 0b0b89f

Please sign in to comment.