Skip to content

Commit 5a68c75

Browse files
committed
Enable credential persistence to fix push failures
1 parent 375bd13 commit 5a68c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
with:
2424
fetch-depth: 0 # Fetch all history for all branches and tags
25-
persist-credentials: false # Fix credential persistence issue
25+
persist-credentials: true # persist credentials to push changes to the repository
2626
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
2727
with:
2828
node-version: '21'

0 commit comments

Comments
 (0)