ci: fix badges job — add REPO_TOKEN to checkout for push access
The badges job failed because the checkout step didn't include the REPO_TOKEN secret, so git push to the badges branch had no credentials. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
parent
54a584d609
commit
cff8a35244
@@ -186,6 +186,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
- name: Set up environment
|
||||
run: make setup
|
||||
- name: Generate badge JSON files
|
||||
|
||||
Reference in New Issue
Block a user