Skip to content

Commit c1b4288

Browse files
authored
ci: update workflows to add permissions for label-sync and issue-triage (#154)
1 parent 246759e commit c1b4288

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/issue-triage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
types: [opened]
55
jobs:
66
issue-triage:
7+
permissions:
8+
issues: write
79
runs-on: ubuntu-latest
810
steps:
911
- uses: github/[email protected]

.github/workflows/label-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
label-sync:
1313
name: Label sync
14+
permissions:
15+
contents: read
16+
issues: write
1417
runs-on: ubuntu-latest
1518
if: github.repository_owner == 'NanoForge-dev'
1619
steps:

0 commit comments

Comments
 (0)