Skip to content

Commit 80887e5

Browse files
authored
Adds a missed persist-credentials:false
1 parent b76c663 commit 80887e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/make-based-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
with:
25+
persist-credentials: false
2426
# This will post a comment on PRs when poetry.lock changes
2527
- name: Diff poetry.lock
2628
uses: nborrmann/diff-poetry-lock@c0afd3666864cec339f03ee5c5cf9cb671780c12

0 commit comments

Comments
 (0)