Skip to content

Commit 52f3c55

Browse files
authored
add environment variable
1 parent 6d16673 commit 52f3c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ stages:
128128
- script: |
129129
cd-assert-news -b $(current_branch)
130130
displayName: 'Run check'
131-
131+
env:
132+
GIT_TOKEN: $(GIT_TOKEN)
132133
- stage: DocBuild
133134
displayName: 'Build Documentation'
134135
dependsOn: []

0 commit comments

Comments
 (0)