@@ -6,21 +6,21 @@ This GitHub Action installs the Cloudsmith CLI and pre-authenticates it using OI
6
6
7
7
## Inputs
8
8
9
- - [ ` cli-version ` ] ( action.yml ) : A specific version of the Cloudsmith CLI to install (optional). 📦
10
- - [ ` api-key ` ] ( action.yml ) : API Key for Cloudsmith (optional). 🔑
11
- - [ ` oidc-namespace ` ] ( action.yml ) : Cloudsmith organisation/namespace for OIDC (optional). 🌐
12
- - [ ` oidc-service-slug ` ] ( action.yml ) : Cloudsmith service account slug for OIDC (optional). 🐌
13
- - [ ` oidc-auth-only ` ] ( action.yml ) : Only perform OIDC authentication without installing the CLI (optional, default: false). 🔐
14
- - [ ` oidc-auth-retry ` ] ( action.yml ) : Number of retry attempts for OIDC authentication (0-10), 5 seconds delay between retries (optional, default: 3). 🔄
15
- - [ ` pip-install ` ] ( action.yml ) : Install the Cloudsmith CLI via pip (optional). 🐍
16
- - [ ` executable-path ` ] ( action.yml ) : Path to the Cloudsmith CLI executable (optional, default: ` GITHUB_WORKSPACE/bin/ ` ). 🛠️
9
+ - ` cli-version ` (action.yml): A specific version of the Cloudsmith CLI to install (optional). 📦
10
+ - ` api-key ` (action.yml): API Key for Cloudsmith (optional). 🔑
11
+ - ` oidc-namespace ` (action.yml): Cloudsmith organisation/namespace for OIDC (optional). 🌐
12
+ - ` oidc-service-slug ` (action.yml): Cloudsmith service account slug for OIDC (optional). 🐌
13
+ - ` oidc-auth-only ` (action.yml): Only perform OIDC authentication without installing the CLI (optional, default: false). 🔐
14
+ - ` oidc-auth-retry ` (action.yml): Number of retry attempts for OIDC authentication (0-10), 5 seconds delay between retries (optional, default: 3). 🔄
15
+ - ` pip-install ` (action.yml): Install the Cloudsmith CLI via pip (optional). 🐍
16
+ - ` executable-path ` (action.yml): Path to the Cloudsmith CLI executable (optional, default: ` GITHUB_WORKSPACE/bin/ ` ). 🛠️
17
17
18
18
## CLI Configuration Inputs ([ documentation] ( https://github.com/cloudsmith-io/cloudsmith-cli?tab=readme-ov-file#non-credentials-configini ) )
19
19
20
- - [ ` api-host ` ] ( action.yml ) : API Host for Cloudsmith (optional). 🌐
21
- - [ ` api-proxy ` ] ( action.yml ) : API Proxy for Cloudsmith (optional). 🔗
22
- - [ ` api-ssl-verify ` ] ( action.yml ) : Verify SSL certificates for Cloudsmith API (optional). 🔒
23
- - [ ` api-user-agent ` ] ( action.yml ) : User Agent for Cloudsmith API (optional). 🕵️♂️
20
+ - ` api-host ` : API Host for Cloudsmith (optional). 🌐
21
+ - ` api-proxy ` : API Proxy for Cloudsmith (optional). 🔗
22
+ - ` api-ssl-verify ` : Verify SSL certificates for Cloudsmith API (optional). 🔒
23
+ - ` api-user-agent ` : User Agent for Cloudsmith API (optional). 🕵️♂️
24
24
25
25
## Example Usage with OIDC
26
26
0 commit comments