Skip to content

Commit

Permalink
recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 5, 2024
1 parent 7ce8b88 commit 64f5fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror_noir_subrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
PR_BODY="""BEGIN_COMMIT_OVERRIDE
$MESSAGE
END_COMMIT_OVERRIDE"""
# for cross-creating the PR in noir, we use aztecbot's token
export GH_TOKEN=$${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}
# for cross-querying in noir repo, we use aztecbot's token
export GH_TOKEN=${{ secrets.GITHUB_TOKEN }}
PR_URL=$(gh pr list --repo noir-lang/noir --head aztec2-packages --json url --jq ".[0].url")
if [[ "$PR_URL" == "" ]]; then
gh pr create --repo noir-lang/noir --title "feat: Sync from aztec-packages" --body "$PR_BODY" --base master --head aztec2-packages
Expand Down

0 comments on commit 64f5fae

Please sign in to comment.