Skip to content

Commit f6a72a9

Browse files
authored
Fix GitHub ci merge main into develop (#5363)
allow contents write
1 parent 7dd523e commit f6a72a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge_main_to_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
pull-request:
1414
permissions:
15-
contents: read
15+
contents: write
1616
pull-requests: write
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)