File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3535 dist/*.whl
3636 generate_release_notes : true
3737 env :
38- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38+ GITHUB_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments