diff --git a/.github/workflows/bumpversion.yaml b/.github/workflows/bumpversion.yaml index bbc9c71..d71aa0b 100644 --- a/.github/workflows/bumpversion.yaml +++ b/.github/workflows/bumpversion.yaml @@ -16,9 +16,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: '${{ secrets.GITHUB_TOKEN }}' + token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} branch: master diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 82448c4..1850c78 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -35,4 +35,4 @@ jobs: dist/*.whl generate_release_notes: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} diff --git a/README.md b/README.md index 8b13789..64a325f 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ +# repo_scaffold +### Overview + +shawn deng repo temple project + +### Installation + +```bash +pip install repo_scaffold +# or +poetry add repo_scaffold \ No newline at end of file