From c76e5fcd1eb3d572aa8a1f8d59076bd65bf52662 Mon Sep 17 00:00:00 2001 From: Lucas Dufour <65276047+lduf@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:07:00 +0100 Subject: [PATCH] Update doxygen.yaml --- .github/workflows/doxygen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index 827fd2cd..6fb47f7b 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -39,7 +39,7 @@ jobs: - name: Push Changes to Different Repository uses: ad-m/github-push-action@v0.6.0 with: - github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # Use a personal access token with permission to the target repo + github_token: ${{ secrets.LUCAS_SECRET_TO_PUSH }} # Use a personal access token with permission to the target repo force: true branch: website-code-doc repository: org-SCAN/doc # Replace with your username and the target repository