Skip to content

Commit b993925

Browse files
committed
CI: preserve credentials from checkout
We need them later.
1 parent 2e4cd57 commit b993925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
with:
2121
ref: main
22-
persist-credentials: false
22+
persist-credentials: true
2323

2424
- name: Update Changelog
2525
uses: stefanzweifel/changelog-updater-action@a938690fad7edf25368f37e43a1ed1b34303eb36 # v1

0 commit comments

Comments
 (0)