Skip to content

Commit

Permalink
ci: fix git push
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Aug 23, 2024
1 parent a7fcf39 commit 4766f53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: Generate changelog
if: ${{ github.event.pull_request.merged }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -32,4 +34,5 @@ jobs:
set +e
git add CHANGELOG.md
git commit -m "ci: update changelog"
git push
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git main

0 comments on commit 4766f53

Please sign in to comment.