We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9721 commit fd93cb7Copy full SHA for fd93cb7
1 file changed
.github/workflows/merge.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: '0 0 * * *'
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
_master:
13
strategy:
@@ -37,11 +40,11 @@ jobs:
37
40
runs-on: ubuntu-22.04
38
41
steps:
39
42
- - uses: actions/checkout@v4
43
+ - uses: actions/checkout@v6
44
with:
45
ref: ${{ matrix.branch }}
46
fetch-depth: 0
- token: ${{ secrets.WORKFLOW_TOKEN }}
47
+ token: ${{ secrets.GITHUB_TOKEN }}
48
49
- name: Configure user
50
run: |
@@ -161,11 +164,11 @@ jobs:
161
164
162
165
163
166
167
168
169
170
171
172
173
174
0 commit comments