diff options
| author | seth <[email protected]> | 2023-06-27 04:09:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-27 04:09:24 -0400 |
| commit | 914c6d508a69d3b831c257fa3b5eb0ebc0e9147f (patch) | |
| tree | b22ef6a75616850023a78c68128b1c866a1ef580 | |
| parent | 597d0aa3da76188230b19f089eb51d5f7c93b2b0 (diff) | |
actions: let update-inputs make prs
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 3 |
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 }} |
