From 06dd586dc6b5b9c4d0184f01840ad69b9b4154ac Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Wed, 6 Mar 2024 08:31:50 -0800 Subject: [PATCH] revert --- eng/pipelines/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 24cb7bd734..46d7d74217 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -34,8 +34,7 @@ jobs: - script: npx @chronus/github create-releases --repo azure/typespec-azure --publish-summary ./report-summary-temp.json displayName: Create github releases env: - # GITHUB_TOKEN: "$(azuresdk-github-pat)" - GITHUB_TOKEN: "testinvalid" + GITHUB_TOKEN: "$(azuresdk-github-pat)" # - template: ./templates/install.yml # parameters: