diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index 144068d..e1246fc 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -29,7 +29,7 @@ jobs: uses: ./.forgejo/actions/renovate with: endpoint: https://git.hsn.dev/api/v1/ - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.RUNAS_USER_TOKEN }} args: --platform gitea --autodiscover github-username: ${{ secrets.GH_USERNAME }} github-token: ${{ secrets.GH_TOKEN }}