fix: add persists credentials false to checkout of release pipeline (#1691)

This commit is contained in:
Meier Lukas
2024-12-17 20:11:48 +01:00
committed by GitHub
parent 0f029b384d
commit daf7ea56c5

View File

@@ -58,6 +58,8 @@ jobs:
app_id: ${{ secrets.RENOVATE_MERGE_APP_ID }}
- uses: actions/checkout@v4
if: env.SKIP_RELEASE == 'false'
with:
persist-credentials: false
- uses: actions/setup-node@v4
if: env.SKIP_RELEASE == 'false'
with: