Skip to content

playmint/github-action-destroy-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-action-destroy-pipeline

deletes a concourse pipeline from a github action

Example

Destroy a concourse pipeline:

on:
  push:
    branches:
    - main

jobs:
  test:
    runs-on: ubuntu-latest
    name: Destroy a concourse pipeline
    steps:

    - name: destroy_pipeline
      uses: playmint/github-action-destroy-pipeline@v1
      with:
        url: ${{ secrets.CONCOURSE_URL }}
        username: ${{ secrets.CONCOURSE_USERNAME }}
        password: ${{ secrets.CONCOURSE_PASSWORD }}
        team: main
        pipeline-name: action-example

About

Destroys a concourse pipeline from a Github Action

Resources

License

Stars

Watchers

Forks

Packages

No packages published