Skip to main content

24 Search results for "cache.outputs.cache-hit"

GitHub Actions / Write workflows / Choose what workflows do /

Caching dependencies to speed up workflows

To make your workflows faster and more efficient, you can create and use caches for dependencies and other commonly reused files. About caching workflow

Get started / Using Git /

Troubleshooting the 2 GB push limit

Learn how to work around the 2 GB push limit. About the push limit GitHub has a maximum 2 GB limit for a single push. You might hit this limit when trying

Apps / Creating GitHub Apps / Registering a GitHub App /

About the setup URL

You can specify a URL that users will be redirected to after they install a GitHub App. When you register a GitHub App, you can specify a setup URL. When

Codespaces / Troubleshooting /

Exporting changes to a branch

This article provides steps for exporting your codespace changes to a branch. About exporting changes While using GitHub Codespaces, you may want to export

Code security / Secret scanning / Partner program /

Secret scanning partner program

As a service provider, you can partner with GitHub to have your secret token formats secured through secret scanning, which searches for accidental commits

Authentication / Account security /

Token expiration and revocation

Your tokens can expire and can also be revoked by you, applications you have authorized, and GitHub itself. When a token has expired or has been revoked

Webhooks /

About webhooks

Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on GitHub. About webhooks Webhooks let

GraphQL API / Guides /

Using pagination in the GraphQL API

Learn how to traverse data sets using cursor based pagination with the GraphQL API. About pagination GitHub's GraphQL API limits the number of items that

Pull requests / Collaborate with pull requests / Review changes /

Reviewing dependency changes in a pull request

If a pull request contains changes to dependencies, you can view a summary of what has changed and whether there are known vulnerabilities in any of the

Apps / OAuth apps / Building OAuth apps /

Authorizing OAuth apps

You can enable other users to authorize your OAuth app. Note Consider building a GitHub App instead of an OAuth app. Both OAuth apps and GitHub Apps use