From 1fb2c75d2ef450d8e58ce6a787c74a49409566ef Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 19 Nov 2021 16:46:04 -0700 Subject: [PATCH] Checkout Cherry Pick using OS_BOTIFY_TOKEN --- .github/workflows/cherryPick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherryPick.yml b/.github/workflows/cherryPick.yml index 5e91af88b81b..c2f30e0ede09 100644 --- a/.github/workflows/cherryPick.yml +++ b/.github/workflows/cherryPick.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f with: ref: main - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.OS_BOTIFY_TOKEN }} - uses: softprops/turnstyle@8db075d65b19bf94e6e8687b504db69938dc3c65 with: