Skip to content

Commit 276bc80

Browse files
committed
chore: add persist-credentials option to checkout step in release workflow
1 parent 0cbf1fd commit 276bc80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-docs-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
16+
with:
17+
persist-credentials: true
1618

1719
- name: Set release tag
1820
run: |

0 commit comments

Comments
 (0)