Skip to content

Commit b3d358b

Browse files
authored
fix: avoid using GitHub Personal Access Token while publishing a new release (#30)
Why: force open bump version PRs as GitHub bot Why we were using GH PACs before: it is the recommendation by Release please to be able to run further GitHub Actions triggered by the PR opened by Release please. However, we are not interested in that behavior because we do not have CI test workflows in this repository, and even in that case, that tests would have already run in their corresponding PRs. PS: Sorry for using `fix` SemVer type. It should be a `ci`, but we are testing out the automated release process and need to trigger it to create a PR 🙏
1 parent 22b4f8e commit b3d358b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/publish-release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
- name: 🍄 Bump package version, create GitHub release, and update changelog
1818
uses: googleapis/release-please-action@v4
1919
id: release
20-
with:
21-
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2220
- uses: actions/checkout@v4
2321
if: ${{ steps.release.outputs.release_created }}
2422
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)