fix: use PAT for badge workflow to bypass branch protection (#127)

This commit is contained in:
Daniel Volz
2026-02-08 13:53:19 +01:00
committed by GitHub
parent 571ab00918
commit 8f9b65147b
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BADGE_TOKEN || secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v4