Skip to content

Commit

Permalink
chore: Fix benchmark summary credentials (#7549)
Browse files Browse the repository at this point in the history
In #7462 the aztec commenter github token was removed from the
bench-comment job in favor of loading secrets in the earthly-ci wrapper
script. However, the token was never injected into env, so the
bench-summary was silently failing due to invalid credentials.
  • Loading branch information
spalladino authored Jul 22, 2024
1 parent b81c503 commit 817dd10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ jobs:
working-directory: ./yarn-project/scripts
run: |
earthly-ci -P +bench-comment
env:
AZTEC_BOT_GITHUB_TOKEN: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

bb-gcc:
needs: [build-images, changes]
Expand Down

0 comments on commit 817dd10

Please sign in to comment.