summaryrefslogtreecommitdiff
path: root/.github/workflows/update-nixpkgs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
-rw-r--r--.github/workflows/update-nixpkgs.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index 57726ec..2fd0ec5 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -8,9 +8,11 @@ on:
jobs:
update:
+ permissions:
+ contents: write
+ pull-requests: write
+
uses: ./.github/workflows/update-lock.yaml
with:
commit-msg: "flake: update nixpkgs"
inputs: "nixpkgs nixpkgs-stable"
- secrets:
- token: ${{ secrets.MERGE_TOKEN }}