diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index 8b28643..37e62b2 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -3,7 +3,7 @@ name: Sync labels on: workflow_dispatch: inputs: - repository: + repo: description: 'Repository' required: true type: choice @@ -34,5 +34,6 @@ jobs: with: manifest: .github/labels.yml repository: | - ${{ inputs.repository }} + ${{ inputs.repo }} + rehlds/.github token: ${{ secrets.REHLDS_LABELS_PAT }}