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: