From 9b01d8b5b547003884c7bf221818858e33310672 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Fri, 27 Jun 2025 21:16:45 -0600 Subject: [PATCH] Remove unused GITHUB_TOKEN from sync-subtrees workflow --- .github/workflows/subtree.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/subtree.yml b/.github/workflows/subtree.yml index 5fd76582..193b36e3 100644 --- a/.github/workflows/subtree.yml +++ b/.github/workflows/subtree.yml @@ -23,7 +23,6 @@ jobs: with: dryRun: ${{ inputs.dryRun }} testMerge: ${{ inputs.testMerge }} - github_token: ${{ secrets.GITHUB_TOKEN }} repository_name: ${{ github.event.repository.name }} default_branch: ${{ github.event.repository.default_branch }} run_number: ${{ github.run_number }}