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

GitHub Action for creating a GitHub App Installation Access Token

Results 64 create-github-app-token issues
Sort by recently updated
recently updated
newest added

Bumps the development-dependencies group with 2 updates: [dotenv](https://github.com/motdotla/dotenv) and [esbuild](https://github.com/evanw/esbuild). Updates `dotenv` from 17.2.2 to 17.2.3 Changelog Sourced from dotenv's changelog. 17.2.3 (2025-09-29) Changed Fixed typescript error definition (#912) Commits...

dependencies
javascript

Bumps the production-dependencies group with 2 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [@octokit/request](https://github.com/octokit/request.js). Updates `@octokit/auth-app` from 8.1.0 to 8.1.1 Release notes Sourced from @​octokit/auth-app's releases. v8.1.1 8.1.1 (2025-09-29) Bug Fixes deps: update dependency...

dependencies
javascript

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.1 to 7.0.0. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

dependencies
github_actions

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @​priyagupta108 in actions/setup-node#1374...

dependencies
github_actions

Bumps [@octokit/openapi](https://github.com/octokit/openapi) from 19.1.0 to 20.0.0. Release notes Sourced from @​octokit/openapi's releases. v20.0.0 20.0.0 (2025-09-16) chore deps: update dependency sort-keys to v6 (#500) (262f87f) Features new Projects v2 endpoints, new...

dependencies
javascript

Bumps [@sinonjs/fake-timers](https://github.com/sinonjs/fake-timers) from 14.0.0 to 15.0.0. Changelog Sourced from @​sinonjs/fake-timers's changelog. 15.0.0 / 2025-09-18 feat: Add additional auto advance time controls (#509) Upgrade dependencies and drop support for Node 18...

dependencies
javascript

Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 6.2.1 to 7.0.0. Release notes Sourced from p-retry's releases. v7.0.0 Breaking Require Node.js 20 3bdb53a onFailedAttempt and shouldRetry now receive a context object instead of a decorated...

dependencies
javascript

I'm trying to update from `v1` to `v2` but get the following error that seems to indicate that the `app-id` option is not correctly forwarded to Octokit's auth-app: ``` Error:...

We have a handful of private app repos running similar workflows using this action to allow both git and gh cli to consume private assets and python app dependencies. We...