File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 55 workflow_dispatch :
66permissions :
77 contents : write
8+ actions : write
89 pull-requests : write
910jobs :
1011 CompatHelper :
4344 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4445 COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
4546 # COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
47+ # - uses: actions/checkout@v4
48+ # with:
49+ # ref: 'keepalive' # The branch, tag or SHA to checkout.
50+ # - uses: gautamkrishnar/keepalive-workflow@@v2
51+ keepalive-job :
52+ name : Keepalive Workflow
53+ runs-on : ubuntu-latest
54+ permissions :
55+ actions : write
56+ steps :
4657 - uses : actions/checkout@v4
4758 with :
48- ref : ' keepalive' # The branch, tag or SHA to checkout.
49- - uses : earthyscience/keepalive-workflow@master
50-
59+ ref : ' keepalive' # The branch, tag or SHA to checkout.
60+ - uses : gautamkrishnar/keepalive-workflow@v2
You can’t perform that action at this time.
0 commit comments