Skip to content

Commit 323ebc4

Browse files
authored
Grant read action permission to workflows in preparation for a new update (#49088)
1 parent 1340364 commit 323ebc4

18 files changed

Lines changed: 18 additions & 0 deletions

.github/workflows/trigger-agent-suggestions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: read
910
issues: write
1011
pull-requests: read

.github/workflows/trigger-breaking-change-detect.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: read
910
issues: write
1011
pull-requests: read

.github/workflows/trigger-bug-hunter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: write
910
issues: write
1011
pull-requests: write

.github/workflows/trigger-code-duplication-detector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: read
910
issues: write
1011
pull-requests: read

.github/workflows/trigger-code-simplifier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: write
910
issues: write
1011
pull-requests: write

.github/workflows/trigger-docs-new-contributor-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: read
910
issues: write
1011
pull-requests: read

.github/workflows/trigger-docs-patrol.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66

77
permissions:
8+
actions: read
89
contents: write
910
issues: write
1011
pull-requests: write

.github/workflows/trigger-duplicate-issue-detector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [opened]
55

66
permissions:
7+
actions: read
78
contents: read
89
discussions: write
910
issues: write

.github/workflows/trigger-issue-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [opened]
55

66
permissions:
7+
actions: read
78
contents: read
89
discussions: write
910
issues: write

.github/workflows/trigger-mention-in-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [created]
55

66
permissions:
7+
actions: read
78
contents: write
89
discussions: write
910
issues: write

0 commit comments

Comments
 (0)