From a6e1f61c45d1207b4a7c28f18f38501b4c02b35b Mon Sep 17 00:00:00 2001 From: ammallya Date: Thu, 28 Aug 2025 10:03:48 -0700 Subject: [PATCH] Adding Auth --- .azuredevops/rocm_ci_caller.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azuredevops/rocm_ci_caller.yml b/.azuredevops/rocm_ci_caller.yml index b3b103ceba..d9785f2f65 100644 --- a/.azuredevops/rocm_ci_caller.yml +++ b/.azuredevops/rocm_ci_caller.yml @@ -94,13 +94,12 @@ jobs: - script: | echo "Changes outside monitored paths. Skipping Jenkins trigger." echo "Sending success status for PSDB..." + export GH_TOKEN=$(GH_PAT) gh api repos/$(REPOSITORY_NAME)/statuses/$(HEAD_SHA) \ - -H "Authorization: token $(GH_PAT)" \ -f state=success \ -f context="PSDB" \ -f description="PSDB skipped" gh api repos/$(REPOSITORY_NAME)/statuses/$(HEAD_SHA) \ - -H "Authorization: token $(GH_PAT)" \ -f state=success \ -f context="psdb-test" \ -f description="psdb-test skipped"