Revert "ci(autobump): switch to renovate-bot token when creating PR (#107)"
CI / Test (bun-npm.json) (push) Successful in 2s
CI / Test (common.json) (push) Successful in 2s
CI / Test (golang.json) (push) Successful in 2s
CI / Test (docker-compose.json) (push) Successful in 8s
CI / Test (helm.json) (push) Successful in 3s
CI / Test (k8s.json) (push) Successful in 1s
CI / Format (push) Successful in 23s
CI / Test (action.json) (push) Successful in 48s

This reverts commit 12df555caf.
This commit is contained in:
2026-07-24 18:58:17 +02:00
parent 12df555caf
commit 5efef3813b
+1 -1
View File
@@ -115,7 +115,7 @@ jobs:
- run: bun run fmt - run: bun run fmt
- name: Create pull request - name: Create pull request
env: env:
GITEA_TOKEN: ${{ secrets.RENOVATE_BOT_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
FILE: ${{ steps.rule.outputs.file }} FILE: ${{ steps.rule.outputs.file }}
BRANCH: ${{ steps.rule.outputs.branch }} BRANCH: ${{ steps.rule.outputs.branch }}
TITLE: ${{ steps.rule.outputs.title }} TITLE: ${{ steps.rule.outputs.title }}