Skip to content

Commit ca78552

Browse files
committed
Render template ../cookiecutter-python-cli at 275d56253a
1 parent 3bba806 commit ca78552

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)