Skip to content

Commit

Permalink
Sected token
Browse files Browse the repository at this point in the history
  • Loading branch information
Martina-Graeber-One-Identity committed Nov 24, 2023
1 parent 4ca68cc commit 5c0a7dc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ 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
uses: actions/checkout@v2
Expand All @@ -32,7 +30,7 @@ jobs:
path: 'doc-files'
ref: 'main'
repository: 'OneIdentity/IdentityManager.ImxDoc'
token: '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'
token: ${{ secrets.GHPAGES_ACCESS_TOKEN}}
fetch-depth: 0
persist-credentials: true

Expand Down

0 comments on commit 5c0a7dc

Please sign in to comment.