Skip to content

Commit be3a8bd

Browse files
authored
Only grant write permissions for issues for label action (#1025)
1 parent 2dcfca5 commit be3a8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/on-label.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
uses: hramos/label-actions@v1
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
16+
permissions:
17+
issues: write

0 commit comments

Comments
 (0)