Skip to content

Commit fa6d445

Browse files
committed
GH token
1 parent 128fb7a commit fa6d445

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Configure Git Credentials
1717
uses: de-vri-es/setup-git-credentials@v2
1818
with:
19-
credentials: https://${{ secrets.DOCS_GITHUB_PAT }}@github.com
19+
credentials: ${{ secrets.GITHUB_TOKEN }}
2020

2121
- name: Checkout Repository
2222
uses: actions/checkout@v4
@@ -108,7 +108,6 @@ jobs:
108108
git config user.email 'github-actions[bot]@users.noreply.github.com'
109109
git commit --allow-empty -m "Auto-deployed from GitHub Actions"
110110
111-
git remote set-url origin https://github.com/riptano/docs-ui.git
112111
git push -u origin gh-pages
113112
114113
- name: Obtain GitHub Pages build URL

0 commit comments

Comments
 (0)