Skip to content

Commit

Permalink
Add Github Access Token process to Readme (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelFR authored Dec 20, 2024
2 parents 76cb757 + 0064331 commit d614f66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ The access tokens configuration is specified in the `accessTokens` section of `c
| `dockerhub` | `ACCESSTOKENS_DOCKERHUB` | `string` | `""` | The Dockerhub token, used to avoid the limitations of the DockerHub API _‼️Still Work In Progress_. |
| `github` | `ACCESSTOKENS_GITHUB` | `string` | `""` | The Github token, used to manage images on GitHub (`ghcr.io`) _⚠️Needed for this type of images_. |

> [!NOTE]
>**To setup GitHub access token:**
>
>Setup a [Fine-grained personal access token](https://github.com/settings/personal-access-tokens) with the following permissions:
> - Repository Access -> All repositories
> - Repository Permissions (Read-Only):
> - Commit Statuses
> - Contents
> - Merge queues
> - Metadata
> - Pull requests
### Ignore Configuration

Expand Down

0 comments on commit d614f66

Please sign in to comment.