Skip to content

Commit

Permalink
Feat: Update GHA changelog with protected branch (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dungpham91 authored Sep 28, 2023
1 parent c7afacd commit 9c18804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
fetch-depth: 0
ref: main
token: ${{ secrets.PAT }}

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@ab89eeba5adfbb4ebdaabf7f1a17d76eec6c59c9 # v1.9.1
Expand All @@ -30,3 +31,5 @@ jobs:
branch: main
commit_message: Update CHANGELOG
file_pattern: CHANGELOG.md
commit_options: --signoff
push_options: --force

0 comments on commit 9c18804

Please sign in to comment.