Skip to content

Commit 93ce653

Browse files
authored
Merge pull request #34 from manics/check-dist-persisten-credentials
check-dist.yml: Need to allow workflow to push updates to GitHub
2 parents e413307 + c245a17 commit 93ce653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
id: checkout
2929
uses: actions/checkout@v4
3030
with:
31-
persist-credentials: false
31+
# stefanzweifel/git-auto-commit-action updates the current branch
32+
persist-credentials: true
3233

3334
- name: Setup Node.js
3435
id: setup-node

0 commit comments

Comments
 (0)