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 7029eb0 commit 0f3f347
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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 "${{ env.TEST-TOKEN }}"
- name: Checkout doc
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0f3f347

Please sign in to comment.