Skip to content

Commit 886910d

Browse files
authored
do not persist creds
1 parent a07d274 commit 886910d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dist-python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
name: Make Dist
2929
runs-on: macos-latest
3030
permissions:
31-
contents: write
32-
steps:
33-
- uses: actions/checkout@v6
31+
contents: write - uses: actions/checkout@v6
3432
with:
3533
persist-credentials: false
3634

.github/workflows/test-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- ["Sharded", "tests/test_sharded_clusters.py", "3.14"]
3030
steps:
3131
- uses: actions/checkout@v6
32+
with:
33+
persist-credentials: false
3234
- name: Setup Python
3335
uses: actions/setup-python@v6
3436
with:

0 commit comments

Comments
 (0)