Skip to content

Commit 41af81c

Browse files
committed
ci: fix release-please not triggering subsequent workflows by injecting WORKFLOW_SECRET
1 parent a2c6b6c commit 41af81c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
id: release
192192
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
193193
with:
194+
token: ${{ secrets.WORKFLOW_SECRET || secrets.GITHUB_TOKEN }}
194195
release-type: simple
195196
config-file: .release-please-config.json
196197
target-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)