Skip to content

Commit f5f3383

Browse files
authored
Explicitly persist credentials for use with the latter pull request
1 parent 99f6eca commit f5f3383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4040
with:
41-
persist-credentials: false
41+
persist-credentials: true
4242

4343
- name: Download changed .pre-commit-config.yaml
4444
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0

0 commit comments

Comments
 (0)