Skip to content

Commit 8f3227e

Browse files
committed
remove extraneous persist_credentials flag
1 parent ce867a1 commit 8f3227e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: .github/workflows/check-js-build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
with:
10-
persist-credentials: false
119
- name: Set up Python
1210
uses: actions/setup-python@v5
1311
with:

Diff for: .github/workflows/test-release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v4
13-
with:
14-
persist-credentials: false
1513
- name: Set up Python
1614
uses: actions/setup-python@v5
1715
with:

0 commit comments

Comments
 (0)