create-github-app-token icon indicating copy to clipboard operation
create-github-app-token copied to clipboard

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

Open ts0818 opened this issue 1 year ago • 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.

ts0818 avatar Oct 05 '24 04:10 ts0818