Update dependency @babel/core to v7.14.8 (main) - autoclosed #6174
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Review App | |
on: | |
pull_request_target: | |
types: [opened, reopened, synchronize, labeled, closed] | |
jobs: | |
create-review-app: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Review App | |
uses: mheap/github-action-pr-heroku-review-app@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
HEROKU_PIPELINE_ID: ${{ secrets.HEROKU_PIPELINE_ID }} | |
HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }} |