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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user