Skip to content

Commit

Permalink
fix: remove unneeded secret (#627)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
joaosa authored Apr 29, 2024
1 parent 94f933c commit 68ef07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
with:
token: ${{secrets.GITHUB_TOKEN}}
command: manifest

publish:
Expand Down

0 comments on commit 68ef07d

Please sign in to comment.