From f6a3e9463dcff8f8c27250d15ac0efba9a7cd89c Mon Sep 17 00:00:00 2001 From: Oleksandr Didyk <106967057+oleksandr-didyk@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:29:07 +0100 Subject: [PATCH] Fixup GitHub token name (#4118) --- eng/templates/stages/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/templates/stages/deploy.yaml b/eng/templates/stages/deploy.yaml index 6840c2bdd6..1319daed7d 100644 --- a/eng/templates/stages/deploy.yaml +++ b/eng/templates/stages/deploy.yaml @@ -129,7 +129,7 @@ stages: --repo dotnet/arcade-services displayName: Create GitHub release env: - GH_TOKEN: $(dotnet-bot-arcade-services-content-write) + GH_TOKEN: $(dotnet-bot-arcade-services-content-rw) continueOnError: true - stage: validateDeployment