Skip to content

Commit

Permalink
token changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 23, 2023
1 parent 1b4561c commit 5a49efd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
contents: write
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
env:
TEST_TOKEN: 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

steps:
- name: Checkout code
Expand All @@ -30,7 +32,7 @@ jobs:
path: 'doc-files'
ref: 'main'
repository: 'OneIdentity/IdentityManager.ImxDoc'
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ evt.TEST_TOKEN }}
fetch-depth: 0
persist-credentials: true

Expand Down

0 comments on commit 5a49efd

Please sign in to comment.