Skip to content

Commit

Permalink
Use managed GitHub token for configured credentials for bundle preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mlr committed Jan 28, 2025
1 parent cd20634 commit cb3b536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bundle-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Configure Git Credentials
uses: de-vri-es/setup-git-credentials@v2
with:
credentials: ${{ secrets.GIT_CREDENTIALS }}
credentials: https://${{ secrets.DOCS_GITHUB_PAT }}@github.com

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit cb3b536

Please sign in to comment.