mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 07:31:47 +00:00
docs: add documentation about the github token secret
Signed-off-by: Erik Kristensen <erik@erikkristensen.com>
This commit is contained in:
parent
8492288779
commit
c7a4876924
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ You can download a specific version with:
|
||||||
version: 0.32.0
|
version: 0.32.0
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also authentication to the GitHub API using a secret
|
You can also authentication to the GitHub API using GitHub Action's `GITHUB_TOKEN`. For more information on this secrets, please see [about the github token secret](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue