Skip to content

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

Open
@ts0818

Description

@ts0818

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions