Skip to content

Commit

Permalink
Update doxygen.yaml
Browse files Browse the repository at this point in the history
try to push to another repo
  • Loading branch information
lduf authored Nov 3, 2023
1 parent c76e5fc commit 660f805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 660f805

Please sign in to comment.