summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-inputs.yaml2
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"