From 92a257e69a11edc2558cbb45a73c4267ac0a1f1c Mon Sep 17 00:00:00 2001 From: kathrynlovett Date: Fri, 27 Oct 2023 13:23:36 -0700 Subject: [PATCH] fix: [CP-603] We shouldn't need to pass the token in for this step --- .github/workflows/create-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 4758fed62e..53fe37a238 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -37,7 +37,5 @@ jobs: write_to_file: "true" - name: update-package-file uses: ./.github/actions/semantic-package-json-update - env: - GITHUB_PAT: ${{ secrets.KIVA_ROBOT_GITHUB_PAT }} with: new_version: ${{ steps.release.outputs.tag }}