From 2213e9032da6eb98fb27b800cb0ac333816078e9 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 18:14:48 -0400 Subject: [PATCH] ci: new values --- .forgejo/workflows/flake-lock-update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/flake-lock-update.yml b/.forgejo/workflows/flake-lock-update.yml index 039caad..dd4888f 100644 --- a/.forgejo/workflows/flake-lock-update.yml +++ b/.forgejo/workflows/flake-lock-update.yml @@ -13,6 +13,9 @@ jobs: - name: create PR uses: https://github.com/peter-evans/create-pull-request@v5 with: - token: ${{ secrets.TOKEN_FOR_UPDATES }} + token: ${{ secrets.UPDATE_TOKEN }} committer: forgejo author: notohh + branch: flake-lock-update + branch-suffix: short-commit-hash +