Brunomcr
Results
1
comments of
Brunomcr
My solution: Generate a new HEROKU_API_KEY ``` heroku auth:token ``` My file: ``` name: Push Container to Heroku on: push: branches: - 'main' jobs: heroku-deploy: runs-on: ubuntu-latest steps: - name:...