Skip to content

Commit 901eaa8

Browse files
committed
persist-credentials change to false
1 parent f3749a1 commit 901eaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-latest-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Checkout code
7070
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
72-
persist-credentials: true # required for `git` operations (commit & push) at later steps
72+
persist-credentials: false
7373

7474
- name: Download artifacts for all runtimes
7575
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0

0 commit comments

Comments
 (0)