There was an error while loading. Please reload this page.
1 parent defe228 commit 1560142Copy full SHA for 1560142
1 file changed
.github/workflows/java-cloud-bom-update-readme-table.yaml
@@ -25,6 +25,9 @@ jobs:
25
steps:
26
- name: Check out repository
27
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
31
32
- name: Set up Python
33
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
0 commit comments