From ca78552d49683a6adb9c3a3cbf590a602d989dc1 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Thu, 15 Feb 2024 10:43:14 +0000 Subject: [PATCH] Render template ../cookiecutter-python-cli at 275d56253a --- .github/workflows/check.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 7225847..65221af 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -165,9 +165,9 @@ jobs: workflow-keepalive: if: github.event_name == 'schedule' runs-on: ubuntu-latest + permissions: + actions: write steps: - - name: Re-enable workflow - env: + - uses: liskin/gh-workflow-keepalive@v1 + with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh api -X PUT repos/${{ github.repository }}/actions/workflows/check.yaml/enable