Skip to content

Commit ce5d51e

Browse files
authoredJul 18, 2022
build: fix permissions for cherry pick workflows (#1598)
1 parent fd02224 commit ce5d51e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/maintenance-changelog.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
tags: ['*.*']
66

77
permissions:
8+
actions: write
89
issues: write
910

1011
jobs:

‎.github/workflows/maintenance-cherry-pick.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [closed]
66

77
permissions:
8+
actions: write
89
issues: write
910

1011
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.