Skip to content

Commit cb3b536

Browse files
committed
Use managed GitHub token for configured credentials for bundle preview
1 parent cd20634 commit cb3b536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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: ${{ secrets.GIT_CREDENTIALS }}
19+
credentials: https://${{ secrets.DOCS_GITHUB_PAT }}@github.com
2020

2121
- name: Checkout Repository
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)