From a6c40a14dcd90a9e4de6eb7470de2b9453721571 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 2 Aug 2022 17:12:07 -0700 Subject: [PATCH] fix(ci):import paths ci job token (#2281) (cherry picked from commit ef0dc173943a895473f3a53164d9f6e80c089b83) --- .github/workflows/import_paths.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/import_paths.yml b/.github/workflows/import_paths.yml index bf6ea8ec420..ffb3013718b 100644 --- a/.github/workflows/import_paths.yml +++ b/.github/workflows/import_paths.yml @@ -60,7 +60,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.ADD_TO_PROJECT_PAT }} + token: ${{ secrets.COMMIT_TO_BRANCH }} title: "auto: update Go import paths to v${{ inputs.version }}" commit-message: "auto: update Go import paths to v${{ inputs.version }}" body: "**Automated pull request**\n\nUpdating Go import paths to v${{ inputs.version }}"