From 21bad20310558668bf6d7af3f66797b2f1eaf9c3 Mon Sep 17 00:00:00 2001 From: Brendan O'Halloran Date: Thu, 13 Aug 2026 21:15:29 -0300 Subject: [PATCH] fix: gha bloat check create token param keys --- .github/workflows/bloat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bloat.yaml b/.github/workflows/bloat.yaml index 4aa361be40f82..9ea0f4ca9a094 100644 --- a/.github/workflows/bloat.yaml +++ b/.github/workflows/bloat.yaml @@ -68,8 +68,8 @@ jobs: id: generate_token uses: actions/create-github-app-token@v1.0.5 # Cannot upgrade past v1.1 while this runs in centos:7 due to nodejs GLIBC incompatibility with: - app-id: ${{ env.REVIEWERS_APP_ID }} - private-key: ${{ env.REVIEWERS_PRIVATE_KEY }} + app_id: ${{ env.REVIEWERS_APP_ID }} + private_key: ${{ env.REVIEWERS_PRIVATE_KEY }} - if: ${{ steps.cache-build-restore.outputs.cache-hit != 'true' }} name: Build base