File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 0 * * *'
77
8+ permissions :
9+ contents : write
10+
811jobs :
912 _master :
1013 strategy :
@@ -37,11 +40,11 @@ jobs:
3740 runs-on : ubuntu-22.04
3841 steps :
3942
40- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4144 with :
4245 ref : ${{ matrix.branch }}
4346 fetch-depth : 0
44- token : ${{ secrets.WORKFLOW_TOKEN }}
47+ token : ${{ secrets.GITHUB_TOKEN }}
4548
4649 - name : Configure user
4750 run : |
@@ -161,11 +164,11 @@ jobs:
161164 runs-on : ubuntu-22.04
162165 steps :
163166
164- - uses : actions/checkout@v4
167+ - uses : actions/checkout@v6
165168 with :
166169 ref : ${{ matrix.branch }}
167170 fetch-depth : 0
168- token : ${{ secrets.WORKFLOW_TOKEN }}
171+ token : ${{ secrets.GITHUB_TOKEN }}
169172
170173 - name : Configure user
171174 run : |
You can’t perform that action at this time.
0 commit comments