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 cd20634 commit cb3b536Copy full SHA for cb3b536
.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: ${{ secrets.GIT_CREDENTIALS }}
+ credentials: https://${{ secrets.DOCS_GITHUB_PAT }}@github.com
20
21
- name: Checkout Repository
22
uses: actions/checkout@v4
0 commit comments