Skip to content

Commit 5cb1154

Browse files
committed
build: Add git credentials
1 parent a10765e commit 5cb1154

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changelog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
fetch-depth: 0
1818
submodules: recursive
1919
- uses: maicol07/github-changelog-action@patch-1
20+
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
21+
with:
22+
token: '${{ secrets.GITHUB_TOKEN }}'
2023
- run: "git commit -m \"release: 🔖 Updated changelog\" -a"
2124
- name: Push changes
2225
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)