diff options
| author | seth <[email protected]> | 2023-10-30 06:09:38 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-06 22:30:17 +0000 |
| commit | ea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c (patch) | |
| tree | 8183f420472094a0c68fd59db7127c16ecd9d9c1 /.github/workflows/update-nixpkgs.yaml | |
| parent | d70e5f53a7339d33aa9b39b7bce4ec9dd2a84ae2 (diff) | |
tree-wide: garnix -> gha
Diffstat (limited to '.github/workflows/update-nixpkgs.yaml')
| -rw-r--r-- | .github/workflows/update-nixpkgs.yaml | 6 |
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 }} |
