We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c065 commit 8a5910aCopy full SHA for 8a5910a
.github/workflows/update-nix.yml
@@ -5,7 +5,8 @@ on:
5
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
6
7
permissions:
8
- contents: write # Grants write permission to the repository contents
+ contents: write
9
+ pull-requests: write
10
11
jobs:
12
lockfile:
0 commit comments