Skip to content

Bump faraday from 2.13.1 to 2.14.2 #60

Bump faraday from 2.13.1 to 2.14.2

Bump faraday from 2.13.1 to 2.14.2 #60

name: Destroy Review App on Close
on:
pull_request:
types: [closed]
jobs:
destroy-review-app:
runs-on: ubuntu-latest
steps:
- uses: fastruby/manage-heroku-review-app@v1
with:
action: destroy
env:
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}
HEROKU_PIPELINE_ID: ${{ secrets.HEROKU_PIPELINE_ID }}