From eff7aa9e9ba2fe526722c2d33c9a4da81b63ab4e Mon Sep 17 00:00:00 2001 From: joshuarli Date: Mon, 21 Sep 2026 10:36:47 -0700 Subject: [PATCH] chore: migrate off getsentry/action-github-app-token to actions/create-github-app-token --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aee3683d2b..4cfb49ed9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,11 @@ jobs: name: Checkout code - name: Internal github app token id: token - uses: getsentry/action-github-app-token@5c1e90706fe007857338ac1bfbd7a4177db2f789 # v4.0.0 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 continue-on-error: true with: - app_id: ${{ vars.SENTRY_INTERNAL_APP_ID }} - private_key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }} + client-id: ${{ vars.SENTRY_INTERNAL_APP_ID }} + private-key: ${{ secrets.SENTRY_INTERNAL_APP_PRIVATE_KEY }} - name: Install system dependencies run: |