Skip to content

Commit

Permalink
different test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 22, 2023
1 parent 2ad7843 commit f3856ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: 'doc-files'
ref: 'main'
repository: 'OneIdentity/IdentityManager.ImxDoc'
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
persist-credentials: true

Expand All @@ -40,6 +40,7 @@ jobs:
shell: bash
working-directory: doc-files
run: |
git config --unset-all http.https://github.com/.extraheader
git config --global user.name "Automatic compoDoc documentation"
git config --global user.email "[email protected]"
git add .
Expand Down

0 comments on commit f3856ea

Please sign in to comment.