Skip to content

Commit b4df7d5

Browse files
feat: update project.toml readme type
1 parent 4373fc6 commit b4df7d5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/bumpversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
token: '${{ secrets.GITHUB_TOKEN }}'
19+
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
2020
- name: Create bump and changelog
2121
uses: commitizen-tools/commitizen-action@master
2222
with:
23-
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2424
branch: master

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
dist/*.whl
3636
generate_release_notes: true
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1+
# repo_scaffold
12

3+
### Overview
4+
5+
shawn deng repo temple project
6+
7+
### Installation
8+
9+
```bash
10+
pip install repo_scaffold
11+
# or
12+
poetry add repo_scaffold

0 commit comments

Comments
 (0)