Skip to content

Commit 1560142

Browse files
committed
style: explicitly set persist-credentials: true with comment
1 parent defe228 commit 1560142

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/java-cloud-bom-update-readme-table.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
28+
with:
29+
# Explicitly persist credentials so subsequent git push steps can authenticate with origin
30+
persist-credentials: true
2831

2932
- name: Set up Python
3033
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6

0 commit comments

Comments
 (0)