actions/create-github-app-token

[question] Regarding the behavior of "actions/create-github-app-token@v1" when git push is done from outside

Opened this issue · 0 comments

Is it possible to authenticate using the installation access token generated with "actions/create-github-app-token@v1" when git push is performed from an external application?
An installation access token should be required for authentication when git push, so
If the installation access token generated with "actions/create-github-app-token@v1" cannot be used during git push,
Place the private key generated by GitHub App on the application side, generate a JWT (JSON Web Token) based on the private key,
I ended up needing to obtain an installation access token using REST API etc.
I feel that the meaning of "actions/create-github-app-token@v1" will be lost.