Skip to content

Commit a145900

Browse files
committed
pencil edit
1 parent 5c9bec4 commit a145900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-center/register-apis-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ You can extend the GitHub Actions workflow to include other steps, such as addin
249249
}
250250
```
251251
1. Upload a metadata JSON file in the folder for each API in the repository.
252-
1. Add a workflow step to apply the metadata to the API registration using the [az apic api update](/cli/azure/apic/api#az-apic-api-update) command. In the following example, the API ID and metadata file are passed in environment variables:
252+
1. Add a workflow step to apply the metadata to the API registration using the [az apic api update](/cli/azure/apic/api#az-apic-api-update) command. In the following example, the API ID and metadata file are passed in environment variables, which would be set elsewhere in the workflow file.
253253

254254
```yml
255255
[...]
@@ -263,5 +263,5 @@ You can extend the GitHub Actions workflow to include other steps, such as addin
263263

264264
## Related content
265265

266-
* [Using secrets in a GitHub Actions](https://docs.github.com/en/actions/reference/encrypted-secrets)
266+
* [Using secrets in GitHub Actions](https://docs.github.com/en/actions/reference/encrypted-secrets)
267267
* [Creating configuration variables for a repository](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions)

0 commit comments

Comments
 (0)