We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128fb7a commit fa6d445Copy full SHA for fa6d445
.github/workflows/deploy-bundle-preview.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Configure Git Credentials
17
uses: de-vri-es/setup-git-credentials@v2
18
with:
19
- credentials: https://${{ secrets.DOCS_GITHUB_PAT }}@github.com
+ credentials: ${{ secrets.GITHUB_TOKEN }}
20
21
- name: Checkout Repository
22
uses: actions/checkout@v4
@@ -108,7 +108,6 @@ jobs:
108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110
111
- git remote set-url origin https://github.com/riptano/docs-ui.git
112
git push -u origin gh-pages
113
114
- name: Obtain GitHub Pages build URL
0 commit comments