Skip to content

Commit 888bcdf

Browse files
committed
[Actions] Updated .github/workflows/update-labels.yml
1 parent 3a4e0a1 commit 888bcdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-labels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ concurrency:
1212
group: ${{github.workflow}}-${{github.ref}}
1313
cancel-in-progress: true
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
update-labels-config:
1720

21+
permissions:
22+
issues: write # for crazy-max/ghaction-github-labeler to create, rename, update and delete label
1823
runs-on: ubuntu-latest
1924

2025
steps:

0 commit comments

Comments
 (0)