Skip to content

Commit 66ff03b

Browse files
committed
Update update-changelog.yml
1 parent 9bf69e3 commit 66ff03b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
changelog:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
1114
steps:
1215
- name: Checkout repository
1316
uses: actions/checkout@v3
@@ -22,6 +25,9 @@ jobs:
2225
- name: Install dependencies
2326
run: npm install
2427

28+
- name: Validate auto-changelog configuration
29+
run: npx auto-changelog --validate
30+
2531
- name: Generate CHANGELOG.md
2632
run: npm run changelog
2733

0 commit comments

Comments
 (0)