From 351e977bf481a4a79edbf54f5b0e8995313fd862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 9 Mar 2023 10:23:51 +0100 Subject: [PATCH] try to fix update-flake-lock action not beeing able to trigger bors --- .github/workflows/update-flake-lock.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index ae88ac0..3a494e2 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -3,7 +3,9 @@ on: workflow_dispatch: # allows manual triggering schedule: - cron: '0 0 * * 1,4' # Run twice a week - +permissions: + pull-requests: write + contents: write jobs: lockfile: runs-on: ubuntu-latest