Skip to content

Commit 97bd60e

Browse files
authored
fix: remove unnecessary persist-credentials option from checkout steps (#48)
1 parent 46f5d23 commit 97bd60e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
needs: tag
4545
steps:
4646
- uses: actions/checkout@v4
47-
with:
48-
persist-credentials: 'false'
4947
- name: Set up Python
5048
uses: actions/setup-python@v5
5149
with:
@@ -67,8 +65,6 @@ jobs:
6765
needs: tag
6866
steps:
6967
- uses: actions/checkout@v4
70-
with:
71-
persist-credentials: 'false'
7268
- name: Set up QEMU
7369
uses: docker/setup-qemu-action@v3
7470
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)