Skip to content

Commit

Permalink
expose gh_token variable to checkout command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Sep 6, 2024
1 parent 97b867d commit 24ea070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/azure/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- bash: |
git clone -q --branch gh-pages --depth 1 https://${GH_TOKEN}@github.com/simpeg/discretize-docs.git
displayName: Checkout doc repository
env:
GH_TOKEN: $(gh.token)
- bash: |
cd discretize-docs
Expand Down

0 comments on commit 24ea070

Please sign in to comment.