File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,14 @@ The `docker-publish.yml` workflow automatically builds and publishes Docker imag
1515 - Log in to Docker Hub
1616 - Go to Account Settings → Security → New Access Token
1717 - Name: ` github-actions `
18- - Permissions: Read, Write, Delete
18+ - Permissions: ** Read & Write ** (Read , Write, Delete is also fine but not required)
1919 - Copy the token (you won't see it again!)
2020
21+ ** Note** : If you get a "Forbidden" error when updating the README, ensure:
22+ - The token has ** Read & Write** permissions
23+ - You're using a ** Personal Access Token** (not a password)
24+ - The token hasn't expired
25+
21263 . ** Configure GitHub Secrets** :
2227
2328 Go to your GitHub repository → Settings → Secrets and variables → Actions, and add:
@@ -38,7 +43,7 @@ The `docker-publish.yml` workflow automatically builds and publishes Docker imag
3843- ✅ ** Automatic tagging** based on git tags and branches
3944- ✅ ** Pull request builds** (without pushing)
4045- ✅ ** Build caching** for faster builds
41- - ✅ ** README sync** to Docker Hub
46+ - ✅ ** README sync** to Docker Hub (updates repository description automatically)
4247- ✅ ** Manual trigger** via workflow_dispatch
4348
4449### Image Tags
You can’t perform that action at this time.
0 commit comments