Skip to content

Commit

Permalink
πŸ“ Update README with new GitHub token input
Browse files Browse the repository at this point in the history
πŸ”‘ Enhance documentation for improved user experience:
- βž• Add `github_token` to the input parameters table
- πŸ”’ Specify that the GitHub token is required for authentication
- 🧭 Provide clearer guidance for users setting up the action
  • Loading branch information
yuri-val committed Oct 31, 2024
1 parent 5d632f1 commit 6b7c36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This GitHub Action builds a Docker image, pushes it to Docker Hub, creates a Git

| Input | Description | Required |
|-------|-------------|----------|
| `github_token` | GitHub token for authentication | Yes |
| `telegram_to` | Telegram recipient/chat ID | Yes |
| `telegram_token` | Telegram bot token | Yes |
| `docker_hub_username` | Docker Hub username | Yes |
Expand Down

0 comments on commit 6b7c36e

Please sign in to comment.