Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ts0818 opened this issue Oct 5, 2024 · 0 comments

Comments

@ts0818
Copy link

ts0818 commented Oct 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant