This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new af7d9a0e1b0 Renovate changelog workflow use SOLRBOT_GITHUB_TOKEN
(#3874)
af7d9a0e1b0 is described below
commit af7d9a0e1b057bd3b486cef78cd213257850b140
Author: Jan Høydahl <[email protected]>
AuthorDate: Mon Nov 17 22:13:21 2025 +0100
Renovate changelog workflow use SOLRBOT_GITHUB_TOKEN (#3874)
---
.github/workflows/renovate-changelog.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/renovate-changelog.yml
b/.github/workflows/renovate-changelog.yml
index f12f83d8dde..deacca1a098 100644
--- a/.github/workflows/renovate-changelog.yml
+++ b/.github/workflows/renovate-changelog.yml
@@ -26,7 +26,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.SOLRBOT_GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v5