Skip to content

Commit

Permalink
chore: auto-open review apps on Heroku (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Park authored May 11, 2022
1 parent b1d196e commit 427c917
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/review-app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Heroku Review App

on:
pull_request:
types: [opened, reopened, synchronize, closed]

jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update Heroku
uses: readmeio/heroku-review-app-action@main
with:
heroku_email: ${{ secrets.HEROKU_EMAIL }}
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
pipeline_name: markdown

0 comments on commit 427c917

Please sign in to comment.