Skip to content

Commit af2c1a3

Browse files
chore: Add personal access token to checkout (#41)
Update CHANGELOG.md and/or MSRV badge from Github Actions [actions skip]
1 parent 38ec787 commit af2c1a3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/post-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v3
5454
with:
5555
fetch-depth: 0
56-
persist-credentials: false
56+
token: ${{ secrets.CHANGELOG_UPDATE_PAT }}
5757
- name: Git branch name
5858
id: git-branch-name
5959
uses: EthanSK/git-branch-name-action@v1

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Add short git URL notation support ([#28](https://github.com/tjtelan/git-url-parse-rs/issues/28))
13-
14-
### Changed
15-
16-
- Update CHANGELOG from Github Actions [actions skip]
13+
- Add MSRV badge ([#36](https://github.com/tjtelan/git-url-parse-rs/issues/36))
14+
- Add personal access token to checkout ([#41](https://github.com/tjtelan/git-url-parse-rs/issues/41))
1715

1816
### Fixed
1917

18+
- Update CHANGELOG from Github Actions
2019
- Make changelog update fixup to PR commit ([#33](https://github.com/tjtelan/git-url-parse-rs/issues/33))
20+
- Fix post pr workflow ([#37](https://github.com/tjtelan/git-url-parse-rs/issues/37))
21+
- Post PR: Include all PR files with changelog commit with `--all` ([#38](https://github.com/tjtelan/git-url-parse-rs/issues/38))
22+
23+
### Other
24+
25+
- Troubleshoot CI commit fail ([#39](https://github.com/tjtelan/git-url-parse-rs/issues/39))
26+
- Troubleshoot Post PR ([#40](https://github.com/tjtelan/git-url-parse-rs/issues/40))
2127

2228
## [0.4.2](https://github.com/tjtelan/git-url-parse-rs/tree/v0.4.2) - 2022-05-30
2329

0 commit comments

Comments
 (0)