Skip to content

Commit

Permalink
Probably not needed to configure git user with automatic token
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 18, 2023
1 parent 459caa4 commit 7b3d345
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
uses: actions/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure git user
run: |
git config --global user.name 'Entur Changelog Bot'
git config --global user.email '[email protected]'
- name: Generate changelog entry from PR information
run: |
# add a line above the one which contains AUTOMATIC_CHANGELOG_PLACEHOLDER
Expand Down

0 comments on commit 7b3d345

Please sign in to comment.