Skip to content

Commit

Permalink
access test
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 23, 2023
1 parent 9e166a0 commit 4ca68cc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,13 @@ jobs:
run: npm run doc:qbm
working-directory: ./imxweb

- name: test
id: test
shell: bash
run: |
git config --global credential.https://github.com.username git
git config --global credential.https://github.com.password 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
- name: Checkout doc
uses: actions/checkout@v2
with:
path: 'doc-files'
ref: 'main'
repository: 'OneIdentity/IdentityManager.ImxDoc'
token: ${{ env.TEST_TOKEN }}
token: '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'
fetch-depth: 0
persist-credentials: true

Expand Down

0 comments on commit 4ca68cc

Please sign in to comment.