From 914c6d508a69d3b831c257fa3b5eb0ebc0e9147f Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 27 Jun 2023 04:09:24 -0400 Subject: actions: let update-inputs make prs --- .github/workflows/update-inputs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }} -- cgit v1.2.3