From 5c72efbc621ad2b8e42a036654c0f9483fcb9483 Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Wed, 6 Mar 2024 08:19:59 -0800 Subject: [PATCH] test with invalid token --- eng/pipelines/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/ci.yml b/eng/pipelines/ci.yml index 6272a5c8c2..24cb7bd734 100644 --- a/eng/pipelines/ci.yml +++ b/eng/pipelines/ci.yml @@ -33,8 +33,9 @@ jobs: - script: npx @chronus/github create-releases --repo azure/typespec-azure --publish-summary ./report-summary-temp.json displayName: Create github releases - # env: - # GITHUB_TOKEN: "token $(azuresdk-github-pat)" + env: + # GITHUB_TOKEN: "$(azuresdk-github-pat)" + GITHUB_TOKEN: "testinvalid" # - template: ./templates/install.yml # parameters: