Skip to content

Commit

Permalink
auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 5, 2024
1 parent 1b705f3 commit 555a8d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/mirror_noir_subrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -67,6 +61,7 @@ jobs:
# Formatted for updating the PR, overrides for release-please commit message parsing
PR_BODY="BEGIN_COMMIT_OVERRIDE\n$MESSAGE\nEND_COMMIT_OVERRIDE"
PR_URL=$(gh pr list --head aztec2-packages --json url --jq ".[0].url")
export GH_TOKEN="${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}"
if [[ "$PR_URL" == "" ]]; then
gh pr create --title "feat: Sync from aztec-packages" --body "$PR_BODY" --base master --head aztec2-packages
else
Expand Down

0 comments on commit 555a8d6

Please sign in to comment.