summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-inputs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml
index 04803cb..d649e25 100644
--- a/.github/workflows/update-inputs.yaml
+++ b/.github/workflows/update-inputs.yaml
@@ -8,6 +8,7 @@ on:
permissions:
contents: write
+ pull-requests: write
jobs:
update-lock:
@@ -28,4 +29,4 @@ jobs:
commit-msg: "flake: update inputs"
pr-title: "flake: update all inputs"
nix-options: "--accept-flake-config"
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.FLAKE_UPDATE }}