summaryrefslogtreecommitdiff
path: root/.github/workflows/update-nixpkgs.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-09 01:14:45 -0500
committerseth <[email protected]>2024-02-09 01:17:16 -0500
commit01af1992af7bee7705849c1ac6e844adce5ec583 (patch)
tree2963acc9812737d37ed6f8514f241b9c3e240f9f /.github/workflows/update-nixpkgs.yaml
parentc4b388a6094bfb2eeede168193824b750322fbc1 (diff)
actions: use scoped github.token
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 }}