Skip to content

Commit

Permalink
Merge branch 'main' into chore/step-status-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Jun 18, 2024
2 parents 5705ed9 + 48f4c4a commit 73628f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/reference/api/admin/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/build
PUT /api/v1/admin/build
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/hook
PUT /api/v1/admin/hook
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/repo
PUT /api/v1/admin/repo
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/secret
PUT /api/v1/admin/secret
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/service
PUT /api/v1/admin/service
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/step.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/step
PUT /api/v1/admin/step
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/user
PUT /api/v1/admin/user
```

## Permissions
Expand Down
1 change: 1 addition & 0 deletions content/reference/cli/pipeline/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following parameters are used to configure the command:
| `remote` | enables validating a pipeline on a remote server | `VELA_REMOTE`, `PIPELINE_REMOTE` |
| `compiler.github.token` | github compiler token | `VELA_COMPILER_GITHUB_TOKEN`, `COMPILER_GITHUB_TOKEN` |
| `compiler.github.url` | github url, used by compiler, for pulling registry templates | `VELA_COMPILER_GITHUB_URL`, `COMPILER_GITHUB_URL` |
| `pipeline-type` | provide the repository pipeline type | `VELA_PIPELINE_TYPE`, `PIPELINE_TYPE` |

## Permissions

Expand Down

0 comments on commit 73628f2

Please sign in to comment.