Skip to content

Commit

Permalink
Update update_changelog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Aug 8, 2024
1 parent 8db3117 commit 015d314
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ jobs:
app_id: ${{ secrets.LE_BOT_APP_ID }}
private_key: ${{ secrets.LE_BOT_PRIVATE_KEY }}
- name: Commit updated CHANGELOG.md
env:
GH_APP_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md for PR #${{ github.event.pull_request.number }}"
git push origin ${{ github.event.pull_request.head.ref }}
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ steps.generate-token.outputs.token }}
branch: ${{ github.event.pull_request.base.ref }}

0 comments on commit 015d314

Please sign in to comment.