Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update content from depot/app #103

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading