diff options
Diffstat (limited to '.github/workflows/update.yml')
| -rw-r--r-- | .github/workflows/update.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4da3ab4..27592ec 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -4,11 +4,11 @@ on: schedule: - cron: '30 5 * * 0' +# you need to grant permissions to create PR: +# https://github.com/DeterminateSystems/update-flake-lock/issues/75 jobs: update-flake-lock: runs-on: ubuntu-latest - permissions: - pull-requests: write steps: - name: Checkout repository uses: actions/checkout@v4 |
