Skip to content

Commit 102688b

Browse files
committed
move keepaliv workflow to own job
1 parent e429fef commit 102688b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
workflow_dispatch:
66
permissions:
77
contents: write
8+
actions: write
89
pull-requests: write
910
jobs:
1011
CompatHelper:
@@ -43,8 +44,17 @@ jobs:
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

0 commit comments

Comments
 (0)