Skip to content

Add GitHub Actions workflow for devflow and test environment #68

Add GitHub Actions workflow for devflow and test environment

Add GitHub Actions workflow for devflow and test environment #68

Workflow file for this run

on:
pull_request:
types:
- closed
jobs:
closed:
runs-on: ubuntu-latest
steps:
- name: Context
uses: okteto/context@latest
with:
token: ${{ secrets.OKTETO_TOKEN }}
url: ${{ secrets.OKTETO_URL }}
- name: Destroy preview environment
uses: okteto/destroy-preview@latest
with:
name: pr-${{ github.event.number }}-cindylopez