From e86417277f2956e55258ec8c0a66b44aaf38bc23 Mon Sep 17 00:00:00 2001 From: kathrynlovett Date: Fri, 27 Oct 2023 12:49:03 -0700 Subject: [PATCH] fix: [CP-603] Pass kiva-robot token when checking out repo --- .github/workflows/create-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index bb22107016..4758fed62e 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -20,6 +20,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + token: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }} - name: checkout-actions uses: actions/checkout@v4 with: