From daf2d729252dd68079c937c776b19c083c14d9c3 Mon Sep 17 00:00:00 2001 From: Avunu LLC Date: Thu, 19 Sep 2024 12:28:12 +0000 Subject: [PATCH] refactor: readme --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f9a72aa..e9e7cc0 100644 --- a/readme.md +++ b/readme.md @@ -60,10 +60,7 @@ GITHUB_TOKEN=your_personal_access_token ## GitHub Actions -The included GitHub Actions workflow automatically builds and pushes images to ghcr.io on pushes to the main branch. Ensure your repository has the necessary secrets set up: - -* `GHCR_USERNAME`: Your GitHub username -* `GHCR_TOKEN`: A Personal Access Token with the necessary permissions +The included GitHub Actions workflow automatically builds and pushes images to ghcr.io on pushes to the main branch. ## Contributing