From 6f7a6048753d95a007e61b4eaeb71c6b211bbe0d Mon Sep 17 00:00:00 2001
From: KMConner <KMConner@users.noreply.github.com>
Date: Mon, 24 Jan 2022 20:20:36 +0900
Subject: [PATCH] Add description on `github-token` option to README

Signed-off-by: KMConner <KMConner@users.noreply.github.com>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 96897a8..f383599 100644
--- a/README.md
+++ b/README.md
@@ -217,6 +217,7 @@ Following inputs can be used as `step.with` keys
 | `tags`              | List/CSV | List of tags |
 | `target`            | String   | Sets the target stage to build |
 | `ulimit`¹           | List     | [Ulimit](https://github.com/docker/buildx/blob/master/docs/reference/buildx_build.md#-set-ulimits---ulimit) options (e.g., `nofile=1024:1024`) |
+| `github-token`      | String   | GitHub Token used to authenticate against a repository for Git context (default `${{ github.token }}`) |
 
 > ¹ `cgroup-parent`, `shm-size` and `ulimit` are only available using `moby/buildkit:master`
 > as builder image atm: