From 947ecab8d1e2468d00ad341843bf60063501dccc Mon Sep 17 00:00:00 2001 From: Kenneth Bates Date: Fri, 2 Feb 2024 12:41:52 +1000 Subject: [PATCH] Update github-actions.md --- .../docs/octopus-rest-api/openid-connect/github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/octopus-rest-api/openid-connect/github-actions.md b/src/pages/docs/octopus-rest-api/openid-connect/github-actions.md index 5121d06d94..a0223713db 100644 --- a/src/pages/docs/octopus-rest-api/openid-connect/github-actions.md +++ b/src/pages/docs/octopus-rest-api/openid-connect/github-actions.md @@ -86,7 +86,7 @@ If you are using multiple jobs within a workflow that interact with Octopus the ### Workflow job permissions -To use the [`OctopusDeploy/login`](https://github.com/OctopusDeploy/login) action within a workflow job, a specific permission `id-token: write` needs to be granted to the job in to obtain the ID token from GitHub, for example: +To use the [`OctopusDeploy/login`](https://github.com/OctopusDeploy/login) action within a workflow job, a specific permission `id-token: write` needs to be granted to the job in order to obtain the ID token from GitHub, for example: ```yaml jobs: