From cf792a4f8d6d93e169a1c6fc7797835d62926a5a Mon Sep 17 00:00:00 2001 From: Tom French Date: Mon, 25 Sep 2023 20:05:47 +0100 Subject: [PATCH] chore(ci): ensure that the artifact rebuilding PR will run CI --- .github/workflows/auto-pr-rebuild-script.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-pr-rebuild-script.yml b/.github/workflows/auto-pr-rebuild-script.yml index e8af3a438ba..b508b43058b 100644 --- a/.github/workflows/auto-pr-rebuild-script.yml +++ b/.github/workflows/auto-pr-rebuild-script.yml @@ -62,8 +62,8 @@ jobs: - name: Set up Git user (Github Action) run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" + git config --local user.name kevaundray + git config --local user.email kevtheappdev@gmail.com - name: Run rebuild script working-directory: tooling/nargo_cli/tests @@ -74,7 +74,7 @@ jobs: - name: Create or Update PR uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.NOIR_REPO_TOKEN }} commit-message: "chore: update acir artifacts" title: "chore: Update ACIR artifacts" body: "Automatic PR to update acir artifacts"