Skip to content

Commit

Permalink
ci: Improve documentation and release workflow configuration
Browse files Browse the repository at this point in the history
- Add a "Star History" section to the README.md
- Update the Star History chart image in the README.md
- Add a new environment variable for `TWINE_PASSWORD` in release.yaml workflow
  • Loading branch information
johnnyhuy committed Apr 21, 2024
1 parent 1d152ba commit 0a9c818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,8 @@ output_folder: output

```bash
make install-cli
```
```

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=echohello-dev/transcribe-me&type=Date)](https://star-history.com/#echohello-dev/transcribe-me&Date)

0 comments on commit 0a9c818

Please sign in to comment.