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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: