From f161717afefd87d1cfea9ce830d055186169a70f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 4 Mar 2019 13:47:25 -0800 Subject: [PATCH] Try another github connection for next release --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8f5de592..750cff9d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -337,6 +337,6 @@ jobs: condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) displayName: 'Create GitHub Release' inputs: - gitHubConnection: alexcrichton-oauth + gitHubConnection: alexcrichton-token repositoryName: rustwasm/wasm-bindgen assets: gh-release/*.tar.gz