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

Impersonate a GitHub App in a GitHub Action

Results 19 github-app-token issues
Sort by recently updated
recently updated
newest added
trafficstars

Close #106 ## Test I tested this pull request with the fork version. - https://github.com/suzuki-shunsuke/github-app-token/releases/tag/v2.2.0 It works well. ### Test 1. Use `repository_ids` https://github.com/suzuki-shunsuke/test-github-action/actions/runs/6993168247/job/19025551390?pr=184 ``` Run suzuki-shunsuke/[email protected] with: app_id: ***...

Close #105 `repositories` must be a list of repository names. Repository full names such as `github/docs` are invalid.

The example is wrong. https://github.com/tibdex/github-app-token/blob/3eb77c7243b85c65e84acfa93fdbac02fb6bd532/README.md?plain=1#L42-L44 `repositories` must be a list of repository names, not repository full names. Please see the example of the official API document. https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app ```sh curl -L...

When I look for https://securityscorecards.dev/viewer/?uri=github.com/tibdex/github-apps-token, no results are available. Is it possible to give us - as the users - more insights on the ScoreCard results to evaluate if we...

We often see this issue on `macos-12` and `macos-13` GitHub hosted runners (but not on Windows or Ubuntu). ``` Run tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a with: app_id: 291899 installation_retrieval_mode: id installation_retrieval_payload: 34040165 private_key: ***...

Very excited to see the V2 update features! I'm using GitHub Enterprise server. It looks like the update may not be following the `github_api_url` input. Tried with both retrieval mode=organization...

https://github.com/actions/setup-node/releases/tag/v4.0.0

This is a PR to fix when a CI job fails because it tries to revoke a token which has already expired. Given that github provides the expiration time, it's...

This is after upgrading one repo out of many using the same workflow due to Github deprecation warning annotations about upgrading checkout/artifact actions. ``` Node.js 16 actions are deprecated. Please...