File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 name : ${{ github.ref_name }}
118118 draft : false
119119 prerelease : ${{ contains(github.ref_name, '-') }}
120- token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
120+ token : ${{ secrets.GITHUB_TOKEN }}
121121
122122 lint :
123123 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ 1.2.1] - 2025-09-22
99
10+ ### Added
11+ - GitHub Actions workflow for labeling pull requests based on modified paths
12+
1013### Fixed
1114- Updated CI workflow tag patterns to restrict triggers to version tags matching ` vX.X.X ` or ` vX.X.X-<short-commit-hash> `
1215- Fixed Codecov action input to use 'files' instead of 'file'
1316- Fixed workflow permissions to resolve code scanning alerts
17+ - Updated release job to use ` ${{ secrets.GITHUB_TOKEN }} ` instead of ` ${{ secrets.CUSTOM_GITHUB_TOKEN }} `
1418
1519## [ 1.2.0] - 2025-09-22
1620
You can’t perform that action at this time.
0 commit comments