toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

The GitHub ToolKit for developing GitHub Actions.

Results 328 toolkit issues
Sort by recently updated
recently updated
newest added

Hello actions/toolkit! I've noticed that the document still references `@octokit/webhooks-definitions`, which has been deprecated by https://github.com/octokit/webhooks/issues/447. This PR updates the reference from `@octokit/webhooks-definitions` to `@octokit/webhooks-types` to avoid confusion.

e.g.: `hello{a,b,}` would match `helloa`, `hellob`, and `hello`

enhancement

**Describe the bug** Attempting to use tool-cache `downloadTool` to download Amazon Corretto 8 from the following URL results in an "Invalid URL" error. https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg The URL is not invalid. **To...

bug

Hello guys, first thing I want to say: You have been doing an amazing job! I did a lot of GitHub actions and this libraries are amazing. I only ask...

enhancement

**Describe the bug** A processes stderr is always sent to stdout instead of stderr unless the failOnStdErr option is set. I want to silence stdout while keeping stderr. I tried...

bug

**Describe the enhancement** When running this code on a self hosted runner, called by `google-github-actions/setup-gcloud` and trying to back `RUNNER_TOOL_CACHE` with a S3 bucket, it fails with `EPERM: operation not...

enhancement

**Describe the bug** It's related to a error raised in https://github.com/aws-actions/configure-aws-credentials/issues/395 where the OIDC client seems to throw an error which seems to be undefined somehow. We've tracked it down...

bug

I initially created a PR right away considering the low complexity of the change but I'm not sure if it went under the radar or not. https://github.com/actions/toolkit/pull/1469 **Describe the enhancement**...

enhancement

This PR exposes `RequestError` which is the error class used by any of the octokit request functions: ```ts try { await octokit.rest.git.getRef({ owner, repo, ref, }); } catch (err: unknown)...

See security issue information: * https://github.com/nodejs/undici/security/advisories/GHSA-wqq4-5wpv-mx2g * https://github.com/vHeemstra/vite-plugin-imagemin/security/dependabot/17 https://github.com/actions/toolkit/blob/main/packages/http-client/package.json#L49