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, 2 insertions, 4 deletions
diff --git a/.github/workflows/update-nixpkgs.yaml b/.github/workflows/update-nixpkgs.yaml
index 734bf2a..c8cccdf 100644
--- a/.github/workflows/update-nixpkgs.yaml
+++ b/.github/workflows/update-nixpkgs.yaml
@@ -6,13 +6,11 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:
-permissions:
- contents: write
- pull-requests: write
-
jobs:
update:
uses: ./.github/workflows/update-lock.yaml
with:
commit-msg: "flake: update nixpkgs"
inputs: "nixpkgs nixpkgs-stable"
+ secrets:
+ token: ${{ secrets.MERGE_TOKEN }}