Skip to content

Commit

Permalink
Updated changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
Plytas committed Mar 31, 2023
1 parent ee7dcb9 commit e401621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGELOG_KEY }}
ref: main

- name: Update Changelog
Expand All @@ -25,4 +26,5 @@ jobs:
with:
branch: main
commit_message: Update CHANGELOG
push_options: --force
file_pattern: CHANGELOG.md

0 comments on commit e401621

Please sign in to comment.