Skip to content

Commit

Permalink
Update github-actions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethBates authored Feb 2, 2024
1 parent 4d3dabd commit 947ecab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 947ecab

Please sign in to comment.