Skip to content

Commit

Permalink
ci: remove token from RP (#114)
Browse files Browse the repository at this point in the history
Having the token in the RP config is potentially prohibiting the resulting Release PR from running workflows, like build/test job
  • Loading branch information
nicklasl authored Apr 8, 2024
1 parent ba04c2d commit 774e671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
command: manifest
release-type: maven
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
outputs:
release_created: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 774e671

Please sign in to comment.