Skip to content

Commit 4ad161d

Browse files
committed
Configure HTTPS remote URL
1 parent d5059c6 commit 4ad161d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
git config user.name 'github-actions[bot]'
108108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110+
111+
git remote set-url origin https://${{ secrets.DOCS_GITHUB_PAT }}@github.com/${{ github.event.repository.full_name }}.git
110112
git push -u origin gh-pages
111113
112114
- name: Obtain GitHub Pages build URL

0 commit comments

Comments
 (0)