diff --git a/README.md b/README.md index 322ff14..5ec0021 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Provide a modern and ready to use template to setup a typescript project > This Project rely on [bun](https://bun.sh) toolchain +## Getting Started + +## GitHub Action Configuration + +Configure `${{secrets.DEPENDABOT_AUTOMERGE_TOKEN}}` + +Create a [fine-grained personal access tokens](https://github.com/settings/personal-access-tokens/new) with permissions below ⬇️ + +✅ **Read** access to metadata +✅ **Read** and **Write** access to code and pull requests + ## Install project ```sh @@ -19,5 +30,5 @@ bun test ## Build the project ```sh -bun --bun run build +bun run build ```