Skip to content

Commit 7b5f0c6

Browse files
committed
Update create-release.yaml
1 parent c730851 commit 7b5f0c6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.ADMIN_TOKEN }}
21+
persist-credentials: true
22+
23+
- name: Configure Git
24+
run: |
25+
git config --global url."https://x-access-token:${{ secrets.ADMIN_TOKEN }}@github.com/".insteadOf "https://github.com/"
2126
2227
- name: Setup Node.js
2328
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)