Skip to content

Commit 2e3b004

Browse files
committed
CI: fix merge-to-v1
1 parent 26fbed9 commit 2e3b004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/merge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77

88
jobs:
99
merge-to-v1:
10+
permissions:
11+
contents: write
1012
runs-on: ubuntu-latest
1113
steps:
12-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1315
- uses: actions/github-script@v7
1416
with:
1517
script: |

0 commit comments

Comments
 (0)