ci: restore persist credentials when no output is generated (#10211)

This commit is contained in:
Pepe Fagoaga
2026-03-02 08:14:02 +00:00
committed by GitHub
parent 4e71a9dcf1
commit 8af9b333c9
13 changed files with 35 additions and 18 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
# zizmor: ignore[artipacked]
persist-credentials: true # Required by tj-actions/changed-files to fetch PR branch
- name: Check for API changes
id: check-changes