Skip to content

Commit 6574e85

Browse files
committed
Update permissions in workflow files to allow write access for contents, pull requests, and issues
1 parent fcd9f9f commit 6574e85

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/auto-labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: read
11+
pull-requests: write
12+
issues: write
1113

1214
jobs:
1315
auto-labeler:

.github/workflows/dependabot-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
permissions:
9-
contents: read
9+
contents: write
1010

1111
jobs:
1212
trigger:

0 commit comments

Comments
 (0)