diff options
| author | seth <[email protected]> | 2023-07-22 01:50:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-22 01:50:41 -0400 |
| commit | 44e6a2a5f40dfaa8775d4070fb7f943a4f0c126b (patch) | |
| tree | 6c6f9570bf6a35d01d3cf984490c6168f52a98f7 | |
| parent | e421d26b3c02e7f948d1ccbffdc35cc214805aea (diff) | |
actions: use correct token in update-flake-lock
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index c598edf..6161f51 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -28,7 +28,7 @@ jobs: commit-msg: "flake: update inputs" pr-title: "flake: update all inputs" nix-options: "--accept-flake-config" - token: ${{ secrets.FLAKE_UPDATE }} + token: ${{ github.token }} - name: auto-merge pull request run: gh pr merge --auto --rebase "$PR_ID" |
