diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 797e99a2..4ea10be4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,4 +16,6 @@ steps: - script: | ./build/publish-website.sh + env: + GITHUB_TOKEN: $(GITHUB_TOKEN) displayName: 'Publish website' \ No newline at end of file