diff --git a/.gitea/workflows/add-autobump.yaml b/.gitea/workflows/add-autobump.yaml index d58a7ce..fe2b301 100644 --- a/.gitea/workflows/add-autobump.yaml +++ b/.gitea/workflows/add-autobump.yaml @@ -115,7 +115,7 @@ jobs: - run: bun run fmt - name: Create pull request env: - GITEA_TOKEN: ${{ secrets.RENOVATE_BOT_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} FILE: ${{ steps.rule.outputs.file }} BRANCH: ${{ steps.rule.outputs.branch }} TITLE: ${{ steps.rule.outputs.title }}