try to fix update-flake-lock action not beeing able to trigger bors

This commit is contained in:
Jörg Thalheim 2023-03-09 10:23:51 +01:00
parent 7e82aa8baa
commit 351e977bf4

View file

@ -3,7 +3,9 @@ on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: '0 0 * * 1,4' # Run twice a week - cron: '0 0 * * 1,4' # Run twice a week
permissions:
pull-requests: write
contents: write
jobs: jobs:
lockfile: lockfile:
runs-on: ubuntu-latest runs-on: ubuntu-latest