Skip to content

Heroku Build Logs

Actions
Attach Heroku build logs on deployment failure
v1.0.0
Latest
Star (3)

Heroku Build Logs

Attach Heroku build logs on deployment failure

Usage

name: Heroku Build Logs
on: deployment_status

jobs:
  heroku-build-logs:
    name: Heroku Build Logs
    runs-on: ubuntu-latest
    steps:
      - name: Heroku Build Logs
        uses: mheap/github-action-heroku-logs@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          HEROKU_AUTH_TOKEN: ${{ secrets.HEROKU_AUTH_TOKEN }}

Available Configuration

Environment Variables

Name Description
GITHUB_TOKEN The GitHub auth token, used to authenticate API requests. Use the value provided in ${{ secrets.GITHUB_TOKEN }}
HEROKU_AUTH_TOKEN Your Heroku API key. Used to fetch build logs

Heroku Build Logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Attach Heroku build logs on deployment failure
v1.0.0
Latest

Heroku Build Logs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.