Skip to content

Commit

Permalink
fix: add persists credentials false to checkout of release pipeline (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Dec 17, 2024
1 parent 0f029b3 commit daf7ea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit daf7ea5

Please sign in to comment.