From bbf05e6f8b5681c2367a610a4cb3ae1dc3f967e7 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Mon, 17 Jul 2023 18:05:27 -0700 Subject: [PATCH] ci: add PAT to release-please automation --- .github/workflows/run-release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-release-please.yml b/.github/workflows/run-release-please.yml index d9174a02f6..79ce2bf197 100644 --- a/.github/workflows/run-release-please.yml +++ b/.github/workflows/run-release-please.yml @@ -18,5 +18,5 @@ jobs: id: release with: command: manifest - token: ${{secrets.GITHUB_TOKEN}} + token: ${{secrets.RELEASE_PLEASE_TOKEN}} default-branch: main