Skip to content

Commit f2e530b

Browse files
authored
Merge pull request #185 from polarctos/patch-1
Add github-token input to readme
2 parents e61617a + db7d380 commit f2e530b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,17 @@ jobs:
113113

114114
The following inputs can be used as `step.with` keys
115115

116-
| Name | Type | Default | Description |
117-
|-------------------|--------|------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
118-
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
119-
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
120-
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
121-
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
122-
| `context` | String | `setup-docker-action` | Docker context name. |
123-
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
124-
| `rootless` | Bool | `false` | Start daemon in rootless mode |
125-
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
116+
| Name | Type | Default | Description |
117+
|-------------------|--------|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
118+
| `version` | String | `latest` | Docker version to use. See [inputs.version](#inputs.version). |
119+
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (`stable` or `test`). Only applicable to `type=archive` |
120+
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
121+
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
122+
| `context` | String | `setup-docker-action` | Docker context name. |
123+
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
124+
| `rootless` | Bool | `false` | Start daemon in rootless mode |
125+
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory |
126+
| `github-token` | String | `${{ github.token }}` | Optional GitHub Token used to get releases and download assets to avoid rate limitation. On GitHub Enterprise, you might need to set a PAT for `github.com`. |
126127

127128
### inputs.version
128129

0 commit comments

Comments
 (0)