From ceb5ba034241f94ce031a0a942bb33b7aac31068 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 10 Aug 2023 16:22:15 +0200 Subject: [PATCH] Update generate_api_pages.yml --- .github/workflows/generate_api_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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