From df9499c3e000765f1308403c275119de375713d4 Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:41:42 -0400 Subject: [PATCH] [BRE-831] Fixing token scoping (#390) --- .github/workflows/update-versions.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 18d0426..00cc874 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -125,8 +125,6 @@ jobs: with: app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }} - owner: ${{ github.repository_owner }} - repositories: ${{ github.repository }} - name: Checkout Branch uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2