Skip to content

Commit 4934503

Browse files
committed
updated Readme
1 parent 858e73b commit 4934503

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
2126
3. **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

0 commit comments

Comments
 (0)