Skip to content

Commit

Permalink
Merge pull request #103 from depot/docs-sync-updates
Browse files Browse the repository at this point in the history
Update content from depot/app
  • Loading branch information
jacobwgillespie authored Dec 13, 2024
2 parents 354c1d4 + 9504ad3 commit 6b31a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/integrations/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ogTitle: Use Depot in your GitHub Actions workflow
description: Get faster container builds with persistent caching and zero emulation in GitHub Actions
---

If you're looking to use our fully-managed GitHub Actions Runners as a drop-in replacement for your existing runners, head over to [Quickstart for GitHub Actions Runners](/docs/github-actions/quickstart).

If you're looking to use Depot just for your container image builds in GitHub Actions, read on.

## Authentication

For GitHub Actions, you can use OIDC, project, or user access tokens for authenticating your build with Depot. Because GitHub Actions supports the OIDC flow, we recommend using that for the best experience.
Expand Down
2 changes: 1 addition & 1 deletion content/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ We offer Depot-managed GitHub Actions Runners that bring the power of Depot to t

If you need to build container images from untrusted sources or simply want to be able to call an API to build an image, we offer our remote container build infrastructure behind an API. You can use our build API to build container images from your own code on behalf of your own users using our `depot` CLI or with `buildx` as a library.

[Learn more about the Build API](/docs/api/overview)
[Learn more about the Build API.](/docs/api/overview)

0 comments on commit 6b31a33

Please sign in to comment.