Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/webpack-dev-mid…
Browse files Browse the repository at this point in the history
…dleware-5.3.4
  • Loading branch information
krancour authored Mar 22, 2024
2 parents a633266 + 4de6ad2 commit 4222218
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/docs/30-how-to-guides/20-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Git, Helm, and Kustomize, which are included on that image.
Example usage:

```yaml
permissions:
contents: write
pull-requests: write

jobs:
render-test-manifests:
name: Render test manifests
Expand All @@ -36,8 +40,8 @@ rest.

:::note
`secrets.GITHUB_TOKEN` is automatically available in every GitHub Actions
workflow and, depending on repository settings, may have sufficient permissions
to both read from and write to your repository. If this is not the case, you can
update repository settings. You can read more about this
[here](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token).
workflow and, depending on your workflow and repository settings, may have
sufficient permissions to both read from and write to your repository. If
this is not the case, you can update repository settings. You can read more
about this [here](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token).
:::

0 comments on commit 4222218

Please sign in to comment.