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 +