Skip to content

Commit c1e6c2b

Browse files
committed
ci: gh-workflow-keepalive no longer needs a GITHUB_TOKEN input
1 parent 021ee16 commit c1e6c2b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/linkchecker.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,3 @@ jobs:
115115
actions: write
116116
steps:
117117
- uses: liskin/gh-workflow-keepalive@v1
118-
with:
119-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/submodule.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ jobs:
3636
actions: write
3737
steps:
3838
- uses: liskin/gh-workflow-keepalive@v1
39-
with:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)