From 4f84652df42fd03f31bfec6f3fffe829afaaea07 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 9 Nov 2018 17:43:21 +0100 Subject: [PATCH] Tweaks --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) 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