Skip to content

Commit af7d9a0

Browse files
authored
Renovate changelog workflow use SOLRBOT_GITHUB_TOKEN (#3874)
1 parent bb45627 commit af7d9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
ref: ${{ github.event.pull_request.head.ref }}
2828
repository: ${{ github.event.pull_request.head.repo.full_name }}
29-
token: ${{ secrets.GITHUB_TOKEN }}
29+
token: ${{ secrets.SOLRBOT_GITHUB_TOKEN }}
3030

3131
- name: Set up Python
3232
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)