From 660f80596dfb3842e57bc9317b879692b97c9e4e Mon Sep 17 00:00:00 2001 From: Lucas Dufour <65276047+lduf@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:09:12 +0100 Subject: [PATCH] Update doxygen.yaml try to push to another repo --- .github/workflows/doxygen.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/doxygen.yaml b/.github/workflows/doxygen.yaml index 6fb47f7b..fd9dfc2a 100644 --- a/.github/workflows/doxygen.yaml +++ b/.github/workflows/doxygen.yaml @@ -39,8 +39,7 @@ jobs: - name: Push Changes to Different Repository uses: ad-m/github-push-action@v0.6.0 with: - github_token: ${{ secrets.LUCAS_SECRET_TO_PUSH }} # Use a personal access token with permission to the target repo + github_token: ${{ secrets.REPO_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 - directory: 'docs'