Skip to content

Commit

Permalink
added gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
qcoral committed Aug 21, 2024
1 parent 42d53d7 commit 571f8b7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/add-submission-label.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Label Art Submissions"
on:
- pull_request_target
- workflow_dispatch
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
labeler:
Expand All @@ -10,4 +11,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5
- with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 571f8b7

Please sign in to comment.