Skip to content

Commit 0a57f91

Browse files
authored
Enable credential persistence to fix push failures (#101)
1 parent d3b0959 commit 0a57f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run Tests
33
on:
44
push:
55
branches:
6-
- "**"
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)