From ea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 30 Oct 2023 06:09:38 -0400 Subject: tree-wide: garnix -> gha --- .github/workflows/update-nixpkgs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.github/workflows/update-nixpkgs.yaml') 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 }} -- cgit v1.2.3