diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 1ba457d..f8f6bed 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -38,7 +38,7 @@ jobs: git commit -a -m "Add changes" - name: Merge Registry Changes to main - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: ${{ github.ref }} + run: | + git config --local user.email "github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" + git merge main