diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 3cf7520941..111cc87b6c 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -24,7 +24,7 @@ jobs: git config --local user.email 'dmitry+bot@pyroscope.io' if ! git diff --exit-code README.md; then git add README.md - git commit -m 'docs: updates the list of contributors in README [skip ci]' + git commit -m 'docs: updates the list of contributors in README' gh auth status git push --force https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main fi