mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-05-06 08:47:18 +00:00
ci(pr-conflict-checker): restore persist-credentials so base ref fetch works on private mirrors (#11019)
This commit is contained in:
@@ -37,7 +37,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
persist-credentials: false
|
# zizmor: ignore[artipacked]
|
||||||
|
persist-credentials: true # Required by tj-actions/changed-files to fetch PR branch
|
||||||
|
|
||||||
- name: Fetch PR base ref for tj-actions/changed-files
|
- name: Fetch PR base ref for tj-actions/changed-files
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user