You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
You use HEROKU_TOOLBELT_API_EMAIL and HEROKU_TOOLBELT_API_PASSWORD to run heroku command.
But I think HEROKU_API_KEY is better than them.
I've verified run it with HEROKU_API_KEY and without HEROKU_TOOLBELT_API_EMAIL and HEROKU_TOOLBELT_API_PASSWORD
In this case, maybe gen-netrc.sh is not neccessary.
Export path to heroku command.
I hope to run command without path to bin.
I've been implemented this feature in other buildpack.
Hi,
I've test this buildpack. It works. Good job!
I have some opinions to this buildpack.
Please consider them.
Error of usage
You wrote followings in README.md
But its url is not correct. Correct url is
How to authentication
You use HEROKU_TOOLBELT_API_EMAIL and HEROKU_TOOLBELT_API_PASSWORD to run heroku command.
But I think HEROKU_API_KEY is better than them.
I've verified run it with HEROKU_API_KEY and without HEROKU_TOOLBELT_API_EMAIL and HEROKU_TOOLBELT_API_PASSWORD
In this case, maybe gen-netrc.sh is not neccessary.
Export path to heroku command.
I hope to run command without path to bin.
I've been implemented this feature in other buildpack.
https://github.com/shunjikonishi/heroku-buildpack-ffmpeg/blob/master/bin/compile
You can do it by using .profile.d
Best
Shunji Konishi
The text was updated successfully, but these errors were encountered: