Skip to content

Commit

Permalink
Labeler workflow fails due to insufficient permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 30, 2024
1 parent a7aafb8 commit 3791a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/labels-from-yml.yml
Expand Up @@ -10,6 +10,10 @@ on:
paths:
- '.github/labels.yml'

permissions:
contents: read
issues: write

jobs:
labeler:
if: ${{ github.repository_owner == 'Armbian' }}
Expand Down

0 comments on commit 3791a22

Please sign in to comment.