Skip to content

Commit 8d51051

Browse files
authored
ci(changesets-version): don't persist credentials in checkout (#4026)
1 parent ac6e7af commit 8d51051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/changesets-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v6
17+
with:
18+
filter: blob:none
19+
fetch-depth: 0
20+
persist-credentials: false
1721

1822
- name: Set up toolchain
1923
uses: microsoft/react-native-test-app/.github/actions/setup-toolchain@5.0.14

0 commit comments

Comments
 (0)