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