Skip to content

Commit

Permalink
chore(ci): ensure that the artifact rebuilding PR will run CI (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 25, 2023
1 parent 5ca99b1 commit bfaff82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-pr-rebuild-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit bfaff82

Please sign in to comment.