We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f055a72 commit f1d7a2cCopy full SHA for f1d7a2c
1 file changed
.github/workflows/build.yml
@@ -105,6 +105,10 @@ jobs:
105
# ---------------------------------------------------------------
106
# Deploy to retype branch for GitHub Pages
107
108
+ - name: Configure git remote with token
109
+ run: |
110
+ git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
111
+
112
- name: Deploy to GitHub Pages
113
uses: retypeapp/action-github-pages@latest
114
with:
0 commit comments