Skip to content

Commit 895f744

Browse files
committed
grant permissions
1 parent 14682eb commit 895f744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-low-priority.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: update low priority items based on ADO query
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
issues: write
8+
contents: read
9+
610
jobs:
711
update-low-priority-items:
812
runs-on: ubuntu-latest
@@ -71,7 +75,7 @@ jobs:
7175
labels: ['priority-low']
7276
});
7377
}
74-
78+
7579
ghIssueNumbers.forEach(async (issueNumber) => {
7680
await addLowPriorityLabel(issueNumber);
7781
});

0 commit comments

Comments
 (0)