diff --git a/.github/workflows/generate_api_pages.yml b/.github/workflows/generate_api_pages.yml index 2cbe5267..edff791b 100644 --- a/.github/workflows/generate_api_pages.yml +++ b/.github/workflows/generate_api_pages.yml @@ -45,9 +45,9 @@ jobs: if: steps.git_diff.outputs.changed == 'true' run: | git config --global user.email "dev@netbird.io" - git config --global user.name "DevBot NetBird" + git config --global user.name "netbirddev" git add -A git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}" git remote set-url origin https://x-access-token:${{ secrets.DEV_GITHUB_TOKEN }}@github.com/${{ github.repository }} - git push --force \ No newline at end of file + git push --force