Closed
Description
I'm looking to migrate to this action from peter-murray/workflow-application-token-action (currently waiting on #111 for feature parity) and I found the documentation for the owner
input confusing:
create-github-app-token/action.yml
Lines 22 to 24 in f2acddf
To me, the documentation implies that this should be the owner of the GitHub app itself, whereas if you trace through the code it's actually the owner for which the GitHub app is installed (i.e. the place you want to give the app access to).
create-github-app-token/lib/main.js
Lines 112 to 129 in f2acddf