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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
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 update the following actions to use Node.js 20: actions/checkout@v3, peter-evans/create-pull-request@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
The many are still working but the one has the above error using checkoutv4:
Error: Could not create installation access token.
at createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:86267)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87518
at async run (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:88811)
at async file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87468 {
[cause]: Error: Could not retrieve installation.
at retrieveInstallationId (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87232)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:86069)
... 2 lines matching cause stack trace ...
at async file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87468 {
[cause]: RequestError [HttpError]: Not Found
at file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:1:64431
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async retrieveInstallationId (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87014)
at async createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:86069)
at async file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87518
at async run (file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:88811)
at async file:///home/runner/work/_actions/tibdex/github-app-token/v2/dist/main/index.js:9:87468 {
status: 404,
response: [Object],
request: [Object]
This is after upgrading one repo out of many using the same workflow due to Github deprecation warning annotations about upgrading checkout/artifact actions.
The many are still working but the one has the above error using checkoutv4: