Skip to content

Commit

Permalink
fix(labels): add action to push trigger path, add correct permissions…
Browse files Browse the repository at this point in the history
… to job
  • Loading branch information
xynydev committed Mar 8, 2024
1 parent b912048 commit 64d64f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- labels.yml
- label.yml

jobs:
get-repos:
Expand All @@ -28,7 +29,9 @@ jobs:
repo: ${{ fromJson(needs.get-repos.outputs.repos) }}
fail-fast: false
permissions:
contents: write
issues: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 64d64f4

Please sign in to comment.