From 0a9c8188f820e955c83e68ab1d3ab74d96fa04f2 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:27:32 +1000 Subject: [PATCH] ci: Improve documentation and release workflow configuration - 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 --- .github/workflows/release.yaml | 1 + README.md | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5957462..f90640c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 5e918b2..e48647b 100644 --- a/README.md +++ b/README.md @@ -208,4 +208,8 @@ output_folder: output ```bash make install-cli - ``` \ No newline at end of file + ``` + +## 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) \ No newline at end of file