Skip to content

Commit 0642983

Browse files
committed
fix(changelog): generating failed due to missing write permissions
1 parent e865096 commit 0642983

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/changelog.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
# Give the default GITHUB_TOKEN write permission to commit and push the updated CHANGELOG back to the repository.
7+
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
8+
permissions:
9+
contents: write
610
jobs:
711
deploy:
812
uses: 99linesofcode/.github/.github/workflows/changelog.yaml@main

0 commit comments

Comments
 (0)