Skip to content

Commit bb964bd

Browse files
fix: add proper permissions for projects and contents
1 parent 0b73d29 commit bb964bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/project-status-label.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Add Label on Project Status Change
22

3+
permissions:
4+
contents: read
5+
issues: write
6+
projects: read
7+
38
on:
49
workflow_dispatch:
510
inputs:

0 commit comments

Comments
 (0)