Skip to content

Commit 7202130

Browse files
committed
ci: fix permissions for nix-update action
1 parent ec98016 commit 7202130

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nix-flake-update.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: update-flake-lock
2+
3+
permissions:
4+
pull-requests: write
5+
contents: write
6+
27
on:
38
workflow_dispatch: # allows manual triggering
49
schedule:

0 commit comments

Comments
 (0)