From 68ef07df668c1688190136e821a029fcaf3a095f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sousa=20Andrade?= <659718+joaosa@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:02:58 +0100 Subject: [PATCH] fix: remove unneeded secret (#627) This secret doesn't have the right scopes and is preventing release-please from finding the PR, i.e. `RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration`. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69ad6be7..db80ebb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,6 @@ jobs: - uses: GoogleCloudPlatform/release-please-action@v3 id: release with: - token: ${{secrets.GITHUB_TOKEN}} command: manifest publish: