Skip to content

Commit

Permalink
Set persist-credentials to false (#230)
Browse files Browse the repository at this point in the history
Mostly a precaution.

actions/checkout#485

Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem authored Jan 10, 2025
1 parent faeabf4 commit 490212f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

- name: retrieve secrets
id: get-secrets
Expand Down

0 comments on commit 490212f

Please sign in to comment.