AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: workflow stopped working today morning

Toumash opened this issue · comments

fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Configuration

name: Deploy API

on:
  push:
    tags:
      - 'v*'


jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: akhileshns/heroku-deploy@v3.12.12 # This is the action
        with:
          heroku_api_key: ${{secrets.HEROKU_API_KEY}} # get it from heroku account settings - https://dashboard.heroku.com/account
          heroku_app_name: "some_app"
          heroku_email: "someemail@gmail.com"
          appdir: "api"

Oh i cannot login to the heroku for some reason.

image

Ok, the heroku tem reset the password for everyone. Check your emails