Skip to content

Commit e8ddd29

Browse files
[CI] Update permissions (#60)
1 parent bfa5447 commit e8ddd29

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
permissions:
1010
contents: write
11-
pull-requests: read
11+
pull-requests: write
1212

1313
jobs:
1414
merge-release-to-main:

.github/workflows/release-publish.yml

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

66
permissions:
77
contents: write
8+
pull-requests: write
89

910
jobs:
1011
release:

.github/workflows/release-start.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13+
pull-requests: write
1314

1415
jobs:
1516
test-release:

.github/workflows/update-copyright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ env:
1111
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
1212

1313
permissions:
14-
contents: read
14+
contents: write
15+
pull-requests: write
1516

1617
jobs:
1718
copyright:

0 commit comments

Comments
 (0)