Skip to content

Commit 17f4130

Browse files
committed
fix: disable persist-credentials in checkout to avoid auth conflicts
1 parent ee6dd4d commit 17f4130

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v6
17+
with:
18+
persist-credentials: false
1719

1820
- name: Setup Node.js
1921
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)