Skip to content

Commit 0d83c26

Browse files
authored
ci: ensure the auto-created release-please action runs CI (#345)
* ci: ensure the auto-created `release-please` action runs CI * wip * wip
1 parent 780ed9e commit 0d83c26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: write
13-
pull-requests: write
12+
contents: read
1413
id-token: write
1514
models: read
1615
steps:
1716
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1817
id: release
18+
with:
19+
token: ${{ secrets.WORKFLOW_PUSH_BOT_TOKEN }}
1920

2021
- uses: actions/checkout@v6
2122
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)