ci(label-actions): actions can't directly access secrets

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-03-14 10:35:35 -07:00
parent 7cbdb80f6b
commit da3f378d5d
4 changed files with 17 additions and 18 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
name: Manual workflow to delete labels in bulk
name: Delete labels in bulk
on:
workflow_dispatch:
@@ -26,4 +26,5 @@ jobs:
- name: Run Label Action
uses: ./.github/actions/delete-labels
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
labels: ${{ inputs.labels }}