Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[Blocked] Online Boutique v0.8.0 with gRPC probes #10

[Blocked] Online Boutique v0.8.0 with gRPC probes

[Blocked] Online Boutique v0.8.0 with gRPC probes #10

Workflow file for this run

name: Pull Request
on:
pull_request:
paths:
- 'samples/onlineboutique/frontend/**'
- '.github/workflows/ob-frontend-pr.yaml'
types:
- closed
env:
ENVIRONMENT_ID: pr-${{ github.event.number }}-frontend
jobs:
ob-pr-closed:
runs-on: ubuntu-latest
steps:
- name: checkout humctl bin
uses: actions/checkout@v3
- name: delete humanitec env
run: |
.github/workflows/bin/humctl delete env ${{ env.ENVIRONMENT_ID }} \
--token ${{ secrets.HUMANITEC_TOKEN }} \
--context /orgs/${{ secrets.HUMANITEC_ORG }}/apps/${{ vars.APP_NAME }}