Remove unused GITHUB_TOKEN from sync-subtrees workflow

This commit is contained in:
Charlton, Scott R. 2025-06-27 21:16:45 -06:00
parent 3a9a5e7e5f
commit 9b01d8b5b5

View File

@ -23,7 +23,6 @@ jobs:
with: with:
dryRun: ${{ inputs.dryRun }} dryRun: ${{ inputs.dryRun }}
testMerge: ${{ inputs.testMerge }} testMerge: ${{ inputs.testMerge }}
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_name: ${{ github.event.repository.name }} repository_name: ${{ github.event.repository.name }}
default_branch: ${{ github.event.repository.default_branch }} default_branch: ${{ github.event.repository.default_branch }}
run_number: ${{ github.run_number }} run_number: ${{ github.run_number }}