Skip to content

Commit 3223421

Browse files
committed
Merge branch 'template'
2 parents 13931c7 + ca78552 commit 3223421

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ jobs:
165165
workflow-keepalive:
166166
if: github.event_name == 'schedule'
167167
runs-on: ubuntu-latest
168+
permissions:
169+
actions: write
168170
steps:
169-
- name: Re-enable workflow
170-
env:
171+
- uses: liskin/gh-workflow-keepalive@v1
172+
with:
171173
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
172-
run: |
173-
gh api -X PUT repos/${{ github.repository }}/actions/workflows/check.yaml/enable

0 commit comments

Comments
 (0)