We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bba806 commit ca78552Copy full SHA for ca78552
.github/workflows/check.yaml
@@ -165,9 +165,9 @@ jobs:
165
workflow-keepalive:
166
if: github.event_name == 'schedule'
167
runs-on: ubuntu-latest
168
+ permissions:
169
+ actions: write
170
steps:
- - name: Re-enable workflow
- env:
171
+ - uses: liskin/gh-workflow-keepalive@v1
172
+ with:
173
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
- gh api -X PUT repos/${{ github.repository }}/actions/workflows/check.yaml/enable
0 commit comments